String changes

This commit is contained in:
Kovid Goyal 2020-07-06 09:20:30 +05:30
parent c61cc4b14d
commit 40f17e4b0d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -17,7 +17,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="ScrollingTabWidget" name="tabWidget"> <widget class="ScrollingTabWidget" name="tabWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>2</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="main_interface_tab"> <widget class="QWidget" name="main_interface_tab">
<attribute name="icon"> <attribute name="icon">
@ -301,6 +301,12 @@
</layout> </layout>
</widget> </widget>
<widget class="QTabWidget" name="cover_grid_tab"> <widget class="QTabWidget" name="cover_grid_tab">
<property name="tabPosition">
<enum>QTabWidget::West</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<attribute name="icon"> <attribute name="icon">
<iconset resource="../../../../resources/images.qrc"> <iconset resource="../../../../resources/images.qrc">
<normaloff>:/images/grid.png</normaloff>:/images/grid.png</iconset> <normaloff>:/images/grid.png</normaloff>:/images/grid.png</iconset>
@ -308,12 +314,6 @@
<attribute name="title"> <attribute name="title">
<string>Cover &amp;grid</string> <string>Cover &amp;grid</string>
</attribute> </attribute>
<property name="tabPosition">
<enum>QTabWidget::West</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_5"> <widget class="QWidget" name="tab_5">
<attribute name="title"> <attribute name="title">
<string>&amp;Layout</string> <string>&amp;Layout</string>
@ -972,7 +972,7 @@ then the tags will be displayed each on their own line.</string>
<item row="11" column="0" colspan="2"> <item row="11" column="0" colspan="2">
<widget class="QCheckBox" name="opt_tag_browser_old_look"> <widget class="QCheckBox" name="opt_tag_browser_old_look">
<property name="text"> <property name="text">
<string>Use &amp;alternating row colors in the Tag browser</string> <string>Use &amp;alternating row colors</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -985,7 +985,7 @@ then the tags will be displayed each on their own line.</string>
box will cause these empty categories to be hidden.</string> box will cause these empty categories to be hidden.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Hi&amp;de empty categories (columns) in the Tag browser</string> <string>Hi&amp;de empty categories (columns)</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -997,7 +997,7 @@ then the tags will be displayed each on their own line.</string>
also checked then only categories containing a matched item will be shown.</string> also checked then only categories containing a matched item will be shown.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Find &amp;shows all items that match in the Tag browser</string> <string>Find &amp;shows all items that match</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -1015,7 +1015,7 @@ if you never want subcategories</string>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_9"> <widget class="QLabel" name="label_9">
<property name="text"> <property name="text">
<string>&amp;Tag browser category partitioning method:</string> <string>&amp;Category partitioning method:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>opt_tags_browser_partition_method</cstring> <cstring>opt_tags_browser_partition_method</cstring>
@ -1025,7 +1025,7 @@ if you never want subcategories</string>
<item row="9" column="0"> <item row="9" column="0">
<widget class="QCheckBox" name="opt_show_avg_rating"> <widget class="QCheckBox" name="opt_show_avg_rating">
<property name="text"> <property name="text">
<string>Show &amp;average ratings in the Tag browser</string> <string>Show &amp;average ratings</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
@ -1040,7 +1040,7 @@ by each author, the number of authors, etc. If you turn it off, you can still
see the counts by hovering your mouse over any item.</string> see the counts by hovering your mouse over any item.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Show &amp;counts in the Tag browser</string> <string>Show &amp;counts</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -1079,7 +1079,7 @@ see the counts by hovering your mouse over any item.</string>
<item row="8" column="0"> <item row="8" column="0">
<widget class="QCheckBox" name="opt_tag_browser_show_tooltips"> <widget class="QCheckBox" name="opt_tag_browser_show_tooltips">
<property name="text"> <property name="text">
<string>Show &amp;tooltips in the Tag browser</string> <string>Show &amp;tooltips</string>
</property> </property>
</widget> </widget>
</item> </item>