소스 검색

[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