Browse Source

[fixed text] fixed simple spelling errors - 'bicycle' - spectre1viper

spectre1viper 5 years ago
parent
commit
dbcb3c87ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/bicycle.qsrc

+ 1 - 1
locations/bicycle.qsrc

@@ -254,7 +254,7 @@ if $ARGS[0] = 'ridego':
 	if hour >= 6 and hour < 22:
 		act 'Further':gt $loc, $metka
 	else
-		'<B><font color=red>Its too dark outside togo for a ride.</font></B>'
+		'<B><font color=red>It''s too dark outside to go for a ride.</font></B>'
 		act 'Put the bike away': gt $loc, $metka
 	end
 end