From baa7e75fe372e156704f08ae98368cc6408447ff Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Aug 2014 22:16:53 +0300 Subject: Rename buttons in error dialogs from OK to Close. --- src/gui/dialogsmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/dialogsmanager.cpp') diff --git a/src/gui/dialogsmanager.cpp b/src/gui/dialogsmanager.cpp index f11c7d9a1..a318049c2 100644 --- a/src/gui/dialogsmanager.cpp +++ b/src/gui/dialogsmanager.cpp @@ -75,7 +75,7 @@ Window *DialogsManager::openErrorDialog(const std::string &header, { return new OkDialog(header, message, // TRANSLATORS: ok dialog button - _("OK"), + _("Close"), DialogType::ERROR, modal, true, nullptr, 260); } -- cgit v1.2.3-70-g09d2