diff options
author | Matías Locatti <42481638+goldenx86@users.noreply.github.com> | 2022-11-26 06:14:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-26 06:14:10 +0100 |
commit | 972bd6cb5427d5c05d9482aa1f0bc76bea6715af (patch) | |
tree | 610aa0e28d976e504df06c215edd8b9e079604cd | |
parent | Merge pull request #1 from lat9nq/fsrSlider (diff) | |
download | yuzu-972bd6cb5427d5c05d9482aa1f0bc76bea6715af.tar yuzu-972bd6cb5427d5c05d9482aa1f0bc76bea6715af.tar.gz yuzu-972bd6cb5427d5c05d9482aa1f0bc76bea6715af.tar.bz2 yuzu-972bd6cb5427d5c05d9482aa1f0bc76bea6715af.tar.lz yuzu-972bd6cb5427d5c05d9482aa1f0bc76bea6715af.tar.xz yuzu-972bd6cb5427d5c05d9482aa1f0bc76bea6715af.tar.zst yuzu-972bd6cb5427d5c05d9482aa1f0bc76bea6715af.zip |
-rw-r--r-- | src/yuzu/configuration/configure_graphics.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu/configuration/configure_graphics.ui b/src/yuzu/configuration/configure_graphics.ui index 1f8c84394..37271f956 100644 --- a/src/yuzu/configuration/configure_graphics.ui +++ b/src/yuzu/configuration/configure_graphics.ui @@ -529,12 +529,12 @@ </property> <item> <property name="text"> - <string>Use global FSR Sharpening</string> + <string>Use global FSR Sharpness</string> </property> </item> <item> <property name="text"> - <string>Set FSR Sharpening</string> + <string>Set FSR Sharpness</string> </property> </item> </widget> @@ -548,7 +548,7 @@ </sizepolicy> </property> <property name="text"> - <string>FSR Sharpening:</string> + <string>FSR Sharpness:</string> </property> </widget> </item> |