diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-15 09:46:25 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-15 09:46:25 +0000 |
| commit | b3c1bae2e917faf6e2f4e9f3075195a03a16f8ba (patch) | |
| tree | c48d376273ccc54f65698ab797816afa9cb67d0a /src/game/client/components/menus_settings.cpp | |
| parent | a934488e9f2c5aeb1997a4b3b9ecdad2537686d1 (diff) | |
| download | zcatch-b3c1bae2e917faf6e2f4e9f3075195a03a16f8ba.tar.gz zcatch-b3c1bae2e917faf6e2f4e9f3075195a03a16f8ba.zip | |
cleaned up localization. fixed motd so it shows when connecting to a server
Diffstat (limited to 'src/game/client/components/menus_settings.cpp')
| -rw-r--r-- | src/game/client/components/menus_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus_settings.cpp b/src/game/client/components/menus_settings.cpp index 3e5fe65f..86325ab9 100644 --- a/src/game/client/components/menus_settings.cpp +++ b/src/game/client/components/menus_settings.cpp @@ -277,7 +277,7 @@ static KEYINFO keys[] = { localize("Prev. weapon"), "+prevweapon", 0 }, { localize("Vote yes"), "vote yes", 0 }, { localize("Vote no"), "vote no", 0 }, - { localize("Chat:"), "chat all", 0 }, + { localize("Chat"), "chat all", 0 }, { localize("Team chat"), "chat team", 0 }, { localize("Emoticon"), "+emote", 0 }, { localize("Console"), "toggle_local_console", 0 }, |