summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Anthony2017-02-22 21:45:03 -0800
committerGravatar Yuri Kunde Schlesner2017-02-22 21:45:03 -0800
commita7360f26421fb6c69bc095e31833836e06d894ac (patch)
treea71f8e492794795cd40ccabcdeff6e1076b53748 /src
parentMerge pull request #2579 from wwylele/no-clang-format-check (diff)
downloadyuzu-a7360f26421fb6c69bc095e31833836e06d894ac.tar.gz
yuzu-a7360f26421fb6c69bc095e31833836e06d894ac.tar.xz
yuzu-a7360f26421fb6c69bc095e31833836e06d894ac.zip
[UI] Modify recursive scanning label (#2589)
Diffstat (limited to 'src')
-rw-r--r--src/citra_qt/configure_general.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/configure_general.ui b/src/citra_qt/configure_general.ui
index 0f3352a1d..c739605a4 100644
--- a/src/citra_qt/configure_general.ui
+++ b/src/citra_qt/configure_general.ui
@@ -27,7 +27,7 @@
27 <item> 27 <item>
28 <widget class="QCheckBox" name="toggle_deepscan"> 28 <widget class="QCheckBox" name="toggle_deepscan">
29 <property name="text"> 29 <property name="text">
30 <string>Recursive scan for game folder</string> 30 <string>Search sub-directories for games</string>
31 </property> 31 </property>
32 </widget> 32 </widget>
33 </item> 33 </item>