diff options
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt/Settings/OnScreenDisplayPane.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/DolphinQt/Settings/OnScreenDisplayPane.cpp b/Source/Core/DolphinQt/Settings/OnScreenDisplayPane.cpp index cc8248f15b..2c8b55b899 100644 --- a/Source/Core/DolphinQt/Settings/OnScreenDisplayPane.cpp +++ b/Source/Core/DolphinQt/Settings/OnScreenDisplayPane.cpp @@ -102,7 +102,7 @@ void OnScreenDisplayPane::CreateLayout() m_show_proj_statistics = new ConfigBool(tr("Show Projection Statistics"), Config::GFX_OVERLAY_PROJ_STATS); m_show_internal_resolution = - new ConfigBool(tr("Show Internal Resolution"), Config::GFX_SHOW_INTERNAL_RESOLUTION); + new ConfigBool(tr("Show XFB Resolution"), Config::GFX_SHOW_INTERNAL_RESOLUTION); debug_layout->addWidget(m_show_statistics, 0, 0); debug_layout->addWidget(m_show_proj_statistics, 0, 1); @@ -221,8 +221,8 @@ void OnScreenDisplayPane::AddDescriptions() QT_TR_NOOP("Shows various projection statistics.<br><br><dolphin_emphasis>If unsure, " "leave this unchecked.</dolphin_emphasis>"); static const char TR_SHOW_INTERNAL_RESOLUTION_DESCRIPTION[] = - QT_TR_NOOP("Shows the internal resolution in pixels, as a product of " - "width and height. <br><br><dolphin_emphasis>If unsure, leave this " + QT_TR_NOOP("Shows the size of the emulated external frame buffer (XFB) in pixels, as a " + "product of width and height.<br><br><dolphin_emphasis>If unsure, leave this " "unchecked.</dolphin_emphasis>"); m_enable_osd->SetDescription(tr(TR_ENABLE_OSD_DESCRIPTION)); |
