Fix #1931631 [[Enhancement] Use clear or remove to be more consistent in the edit bulk metadata window](https://bugs.launchpad.net/calibre/+bug/1931631)

This commit is contained in:
Kovid Goyal 2021-06-11 08:13:22 +05:30
parent 484bda8d2c
commit bcd49cc67a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -222,7 +222,7 @@
<string>Check this box to remove all tags from the books.</string> <string>Check this box to remove all tags from the books.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Remove &amp;all</string> <string>&amp;Clear all</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -464,8 +464,11 @@ from the value in the box</string>
</item> </item>
<item row="11" column="2"> <item row="11" column="2">
<widget class="QCheckBox" name="clear_languages"> <widget class="QCheckBox" name="clear_languages">
<property name="toolTip">
<string>Check this box to remove all languages from the books.</string>
</property>
<property name="text"> <property name="text">
<string>Remove &amp;all</string> <string>Clear &amp;all</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -756,8 +759,8 @@ as that of the first selected book.</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>933</width> <width>100</width>
<height>660</height> <height>30</height>
</rect> </rect>
</property> </property>
</widget> </widget>
@ -777,8 +780,8 @@ as that of the first selected book.</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>933</width> <width>804</width>
<height>660</height> <height>388</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="vargrid"> <layout class="QGridLayout" name="vargrid">
@ -1256,8 +1259,8 @@ not multiple and the destination field is multiple</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>915</width> <width>203</width>
<height>340</height> <height>70</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="testgrid"> <layout class="QGridLayout" name="testgrid">