MGR: Fix wording of alert when user changes language / locale. (From Jacob Klein)

This commit is contained in:
Charlie Fenton 2013-06-13 16:40:02 -07:00
parent 8a31b7567e
commit 0e6a081cc7
1 changed files with 1 additions and 1 deletions

View File

@ -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()
);