From 0e6a081cc70149c8222184b85ae492b4a857d1cb Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 13 Jun 2013 16:40:02 -0700 Subject: [PATCH] MGR: Fix wording of alert when user changes language / locale. (From Jacob Klein) --- clientgui/DlgOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/DlgOptions.cpp b/clientgui/DlgOptions.cpp index 5484fd0175..964671a3aa 100644 --- a/clientgui/DlgOptions.cpp +++ b/clientgui/DlgOptions.cpp @@ -692,7 +692,7 @@ bool CDlgOptions::SaveSettings() { // %s is the application name // i.e. 'BOINC Manager', 'GridRepublic Manager' strDialogMessage.Printf( - _("The %s's default language has been changed, in order for this change to take affect you must restart the %s."), + _("The %s's language has been changed. In order for this change to take effect, you must restart the %s."), pSkinAdvanced->GetApplicationName().c_str(), pSkinAdvanced->GetApplicationName().c_str() );