From e782b678b6d8dddba4b46fb94ccf66cc42f6e56d Mon Sep 17 00:00:00 2001 From: Albert Liu <45282415+ggrtk@users.noreply.github.com> Date: Wed, 22 Jul 2020 12:08:01 -0700 Subject: [PATCH] Qt/GPUSettings: Update aspect ratio help text --- src/duckstation-qt/gpusettingswidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/duckstation-qt/gpusettingswidget.cpp b/src/duckstation-qt/gpusettingswidget.cpp index 7cc33be5a..eb7769fd7 100644 --- a/src/duckstation-qt/gpusettingswidget.cpp +++ b/src/duckstation-qt/gpusettingswidget.cpp @@ -60,8 +60,8 @@ GPUSettingsWidget::GPUSettingsWidget(QtHostInterface* host_interface, QWidget* p "Enables the usage of debug devices and shaders for rendering APIs which support them. " "Should only be used when debugging the emulator."); dialog->registerWidgetHelp(m_ui.displayAspectRatio, "Aspect Ratio", "4:3", - "Changes the pixel aspect ratio which is used to display the console's output to the " - "screen. The default is 4:3 which matches a typical TV of the era."); + "Changes the aspect ratio used to display the console's output to the screen. The default " + "is 4:3 which matches a typical TV of the era."); dialog->registerWidgetHelp(m_ui.displayCropMode, "Crop Mode", "Only Overscan Area", "Determines how much of the area typically not visible on a consumer TV set to crop/hide. " "Some games display content in the overscan area, or use it for screen effects and may "