diff --git a/pcsx2/gui/Dialogs/SysConfigDialog.cpp b/pcsx2/gui/Dialogs/SysConfigDialog.cpp index 7ece2cbf6a..d1c2c2eef7 100644 --- a/pcsx2/gui/Dialogs/SysConfigDialog.cpp +++ b/pcsx2/gui/Dialogs/SysConfigDialog.cpp @@ -275,13 +275,13 @@ Dialogs::InterfaceConfigDialog::InterfaceConfigDialog(wxWindow *parent) } Dialogs::InterfaceLanguageDialog::InterfaceLanguageDialog(wxWindow* parent) - : BaseConfigurationDialog(parent, _("Language selector"), 400) + : BaseConfigurationDialog(parent, _("Language Selector"), 400) { *this += 5; // Keep this in English - same as the menu item. - *this += Heading(L"New language will affect newly opened windows.\n"); - *this += Heading(L"Full change will happen after restarting PCSX2."); + *this += Heading(L"Language switch will only affect newly opened windows.\n"); + *this += Heading(L"Full change will not apply until PCSX2 is restarted."); *this += new Panels::LanguageSelectionPanel(this, false) | StdCenter(); AddOkCancel();