diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 4 |
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); |