Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12067 from Pokechu22/debugging-ui-text-show-enable
Rename "Show Debugging UI" to "Enable Debugging UI"
  • Loading branch information
AdmiralCurtiss committed Jul 23, 2023
2 parents c468ca2 + 7e38ff4 commit 2b80605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/Settings/InterfacePane.cpp
Expand Up @@ -146,7 +146,7 @@ void InterfacePane::CreateUI()
m_checkbox_use_userstyle = new QCheckBox(tr("Use Custom User Style"));
m_checkbox_use_covers =
new QCheckBox(tr("Download Game Covers from GameTDB.com for Use in Grid Mode"));
m_checkbox_show_debugging_ui = new QCheckBox(tr("Show Debugging UI"));
m_checkbox_show_debugging_ui = new QCheckBox(tr("Enable Debugging UI"));
m_checkbox_focused_hotkeys = new QCheckBox(tr("Hotkeys Require Window Focus"));
m_checkbox_disable_screensaver = new QCheckBox(tr("Inhibit Screensaver During Emulation"));

Expand Down

0 comments on commit 2b80605

Please sign in to comment.