Qt: Clarify game list settings titles

This commit is contained in:
Connor McLaughlin 2021-07-03 13:04:01 +10:00
parent 4f96eb80a6
commit f1d942c2be

View file

@ -31,7 +31,7 @@
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Search Directories</string> <string>Search Directories (will be scanned for games)</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -92,7 +92,7 @@
<item> <item>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Excluded Paths</string> <string>Excluded Paths (will not be scanned)</string>
</property> </property>
</widget> </widget>
</item> </item>