diff options
| author | xalduin <xalduin@gmail.com> | 2010-06-03 00:37:46 -0400 |
|---|---|---|
| committer | xalduin <xalduin@gmail.com> | 2010-06-03 00:37:46 -0400 |
| commit | de1a7acfaa706e39f6e0d9b27c5f4b4658145c6d (patch) | |
| tree | b5b2eec43849251a48ce668c821d686272656e90 /src | |
| parent | cc181cda5be79c1097502ea30afb78400da962b7 (diff) | |
| parent | 7cbf0f93cacdd694e61961e18d44921881e3d489 (diff) | |
| download | zcatch-de1a7acfaa706e39f6e0d9b27c5f4b4658145c6d.tar.gz zcatch-de1a7acfaa706e39f6e0d9b27c5f4b4658145c6d.zip | |
Merge branch 'master' of git://github.com/matricks/teeworlds
Diffstat (limited to 'src')
| -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"); } |