Explorar el Código

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

spectre1viper hace 5 años
padre
commit
dbcb3c87ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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