Преглед изворни кода

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

spectre1viper пре 5 година
родитељ
комит
dbcb3c87ca
1 измењених фајлова са 1 додато и 1 уклоњено
  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