diff --git a/OpenRA.Game/Input/Keycode.cs b/OpenRA.Game/Input/Keycode.cs index 7224fef13a..7662866aab 100644 --- a/OpenRA.Game/Input/Keycode.cs +++ b/OpenRA.Game/Input/Keycode.cs @@ -258,7 +258,7 @@ namespace OpenRA { static readonly Dictionary KeyNames = new Dictionary { - { Keycode.UNKNOWN, "Unknown" }, + { Keycode.UNKNOWN, "Undefined" }, { Keycode.RETURN, "Return" }, { Keycode.ESCAPE, "Escape" }, { Keycode.BACKSPACE, "Backspace" },