mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
ISOProperties: Fix typo in the tooltip for manual config editing.
This commit is contained in:
parent
d4952c7637
commit
874f5eb1ad
@ -363,7 +363,7 @@ long CISOProperties::GetElementStyle(const char* section, const char* key)
|
|||||||
void CISOProperties::CreateGUIControls(bool IsWad)
|
void CISOProperties::CreateGUIControls(bool IsWad)
|
||||||
{
|
{
|
||||||
wxButton* const EditConfig = new wxButton(this, ID_EDITCONFIG, _("Edit Config"));
|
wxButton* const EditConfig = new wxButton(this, ID_EDITCONFIG, _("Edit Config"));
|
||||||
EditConfig->SetToolTip(_("This will let you Manually Edit the INI config file"));
|
EditConfig->SetToolTip(_("This will let you manually edit the INI config file."));
|
||||||
|
|
||||||
wxButton* const EditConfigDefault = new wxButton(this, ID_SHOWDEFAULTCONFIG, _("Show Defaults"));
|
wxButton* const EditConfigDefault = new wxButton(this, ID_SHOWDEFAULTCONFIG, _("Show Defaults"));
|
||||||
EditConfigDefault->SetToolTip(_("Opens the default (read-only) configuration for this game in an external text editor."));
|
EditConfigDefault->SetToolTip(_("Opens the default (read-only) configuration for this game in an external text editor."));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user