about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorxalduin <xalduin@gmail.com>2010-06-03 00:37:46 -0400
committerxalduin <xalduin@gmail.com>2010-06-03 00:37:46 -0400
commitde1a7acfaa706e39f6e0d9b27c5f4b4658145c6d (patch)
treeb5b2eec43849251a48ce668c821d686272656e90 /src/game
parentcc181cda5be79c1097502ea30afb78400da962b7 (diff)
parent7cbf0f93cacdd694e61961e18d44921881e3d489 (diff)
downloadzcatch-de1a7acfaa706e39f6e0d9b27c5f4b4658145c6d.tar.gz
zcatch-de1a7acfaa706e39f6e0d9b27c5f4b4658145c6d.zip
Merge branch 'master' of git://github.com/matricks/teeworlds
Diffstat (limited to 'src/game')
-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");
 		}