diff -r a7769dbd7088 -r 2ab312c47dc3 hedgewars/uInputHandler.pas --- 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