attempt to fix string freeze breakage
This commit is contained in:
parent
8f4d5a8031
commit
1ecce97da9
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue