hedgewars/uInputHandler.pas
branch0.9.25
changeset 14366 2ab312c47dc3
parent 13876 aa321e51da14
child 14411 71359339a493
--- a/hedgewars/uInputHandler.pas	Wed Dec 05 03:28:33 2018 +0100
+++ b/hedgewars/uInputHandler.pas	Wed Dec 05 09:38:31 2018 -0500
@@ -130,7 +130,7 @@
         begin
         name:= SDL_GetKeyName(SDL_GetKeyFromScancode(code));
         if (name = 'Escape') then
-            // Let's shorten the name “Escape” for the quit menu
+            // Let's shorten the name "Escape" for the quit menu
             KeyBindToName:= 'Esc'
         else if (length(name) <> 0) then
             KeyBindToName:= name