about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorFujnky <larsfunke1996@gmail.com>2010-06-02 21:03:15 +0200
committerMagnus Auvinen <magnus.auvinen@gmail.com>2010-06-02 23:15:56 +0200
commit7cbf0f93cacdd694e61961e18d44921881e3d489 (patch)
treedf24bdb7f5d775fc76d31138bdccfa293404f0bd /src/game/client
parent7a1953e60b58544144986d30cb30acfab6e0d465 (diff)
downloadzcatch-7cbf0f93cacdd694e61961e18d44921881e3d489.tar.gz
zcatch-7cbf0f93cacdd694e61961e18d44921881e3d489.zip
Some localization fixes
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/components/menus.cpp2
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");
 		}