diff options
| author | Fujnky <larsfunke1996@gmail.com> | 2010-06-02 21:03:15 +0200 |
|---|---|---|
| committer | Fujnky <larsfunke1996@gmail.com> | 2010-06-02 21:03:15 +0200 |
| commit | 0d4c0ccef5f97287dac9db8261daa09eb9d353a6 (patch) | |
| tree | f70f0a5f8ca45015c1f14f0bc6939216b70095a1 /src/game | |
| parent | edcfbc2f28b59ae430c5c2d2d33fb78e747ce838 (diff) | |
| download | zcatch-0d4c0ccef5f97287dac9db8261daa09eb9d353a6.tar.gz zcatch-0d4c0ccef5f97287dac9db8261daa09eb9d353a6.zip | |
Some localization fixes
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/client/components/menus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp index 585c6d7a..b752f8cb 100644 --- a/src/game/client/components/menus.cpp +++ b/src/game/client/components/menus.cpp @@ -840,7 +840,7 @@ int CMenus::Render() } else if(m_Popup == POPUP_PASSWORD) { - pTitle = Localize("Password Incorrect"); + pTitle = Localize("Password incorrect"); pExtraText = Client()->ErrorString(); pButtonText = Localize("Try again"); } |