summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-18 22:16:53 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-18 22:16:53 +0300
commitbaa7e75fe372e156704f08ae98368cc6408447ff (patch)
tree34a665a98c651846552c2425868353235f66f80b /src/client.cpp
parent3b6cd1dfe7fda6f1ddec6f5dc81e4c40b3559d20 (diff)
downloadplus-baa7e75fe372e156704f08ae98368cc6408447ff.tar.gz
plus-baa7e75fe372e156704f08ae98368cc6408447ff.tar.bz2
plus-baa7e75fe372e156704f08ae98368cc6408447ff.tar.xz
plus-baa7e75fe372e156704f08ae98368cc6408447ff.zip
Rename buttons in error dialogs from OK to Close.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 23595b3f8..b23cd1883 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1384,7 +1384,7 @@ int Client::gameExec()
// TRANSLATORS: error dialog header
mCurrentDialog = new OkDialog(_("Error"), errorMessage,
// TRANSLATORS: ok dialog button
- _("OK"),
+ _("Close"),
DialogType::ERROR,
true, true, nullptr, 260);
mCurrentDialog->addActionListener(&loginListener);
@@ -1398,7 +1398,7 @@ int Client::gameExec()
// TRANSLATORS: error dialog header
mCurrentDialog = new OkDialog(_("Error"), errorMessage,
// TRANSLATORS: ok dialog button
- _("OK"),
+ _("Close"),
DialogType::ERROR,
true, true, nullptr, 260);
mCurrentDialog->addActionListener(&accountListener);