attempt to fix string freeze breakage

This commit is contained in:
András Salamon 2005-09-18 23:39:42 +00:00
parent 8f4d5a8031
commit 1ecce97da9

View file

@ -107,7 +107,7 @@ const struct {
{ hotkey::HOTKEY_CHAT_LOG, "chatlog", N_("View Chat Log"), false },
{ hotkey::HOTKEY_USER_CMD, "command", N_("Enter user command"), false },
{ hotkey::HOTKEY_LANGUAGE, "changelanguage", N_("Change language"), true },
{ hotkey::HOTKEY_LANGUAGE, "changelanguage", N_("Change the language"), true },
{ hotkey::HOTKEY_NULL, NULL, NULL, true }
};