Qt/GPUSettings: Fix typo in force NTSC timing description

This commit is contained in:
Connor McLaughlin 2020-08-01 22:35:28 +10:00
parent e9882a10aa
commit 013497cf20

View file

@ -114,7 +114,7 @@ GPUSettingsWidget::GPUSettingsWidget(QtHostInterface* host_interface, QWidget* p
tr( tr(
"Uses NTSC frame timings when the console is in PAL mode, forcing PAL games to run at 60hz. For most games which " "Uses NTSC frame timings when the console is in PAL mode, forcing PAL games to run at 60hz. For most games which "
"have a speed tied to the framerate, this will result in the game running approximately 17% faster. For variable " "have a speed tied to the framerate, this will result in the game running approximately 17% faster. For variable "
"frame rate games, it may not affect the framerate.")); "frame rate games, it may not affect the speed."));
dialog->registerWidgetHelp( dialog->registerWidgetHelp(
m_ui.linearTextureFiltering, tr("Bilinear Texture Filtering"), tr("Unchecked"), m_ui.linearTextureFiltering, tr("Bilinear Texture Filtering"), tr("Unchecked"),
tr("Smooths out the blockyness of magnified textures on 3D object by using bilinear " tr("Smooths out the blockyness of magnified textures on 3D object by using bilinear "