diff options
author | german77 <juangerman-13@hotmail.com> | 2021-05-23 01:32:35 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-05-23 01:32:35 +0200 |
commit | bb22d6d8f750536960686eba6a53f5a6e71ba2a5 (patch) | |
tree | bdaed5d32d917fe543197a28d95d1b11196b6abf /src | |
parent | Merge pull request #6248 from A-w-x/intelmesa (diff) | |
download | yuzu-bb22d6d8f750536960686eba6a53f5a6e71ba2a5.tar yuzu-bb22d6d8f750536960686eba6a53f5a6e71ba2a5.tar.gz yuzu-bb22d6d8f750536960686eba6a53f5a6e71ba2a5.tar.bz2 yuzu-bb22d6d8f750536960686eba6a53f5a6e71ba2a5.tar.lz yuzu-bb22d6d8f750536960686eba6a53f5a6e71ba2a5.tar.xz yuzu-bb22d6d8f750536960686eba6a53f5a6e71ba2a5.tar.zst yuzu-bb22d6d8f750536960686eba6a53f5a6e71ba2a5.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/configuration/configure_cpu.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu/configuration/configure_cpu.ui b/src/yuzu/configuration/configure_cpu.ui index d0e7e7bfe..99b573640 100644 --- a/src/yuzu/configuration/configure_cpu.ui +++ b/src/yuzu/configuration/configure_cpu.ui @@ -26,7 +26,7 @@ <widget class="QWidget" name="widget_accuracy" native="true"> <layout class="QHBoxLayout" name="layout_accuracy"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_accuracy"> <property name="text"> <string>Accuracy:</string> </property> @@ -55,7 +55,7 @@ </widget> </item> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_recommended_accuracy"> <property name="text"> <string>We recommend setting accuracy to "Accurate".</string> </property> @@ -78,7 +78,7 @@ </property> <layout class="QVBoxLayout"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_accuracy_description"> <property name="text"> <string>These settings reduce accuracy for speed.</string> </property> |