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 "