Qt/GPUSettings: Update aspect ratio help text

This commit is contained in:
Albert Liu 2020-07-22 12:08:01 -07:00
parent 6d97b3538f
commit e782b678b6
1 changed files with 2 additions and 2 deletions

View File

@ -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 "