mirror of https://github.com/PCSX2/pcsx2.git
PCSX2-WX: Update strings in Language dialog
This commit is contained in:
parent
83eb79c9d9
commit
a83042d5c0
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue