mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
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:
parent
484bda8d2c
commit
bcd49cc67a
@ -222,7 +222,7 @@
|
||||
<string>Check this box to remove all tags from the books.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Remove &all</string>
|
||||
<string>&Clear all</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -464,8 +464,11 @@ from the value in the box</string>
|
||||
</item>
|
||||
<item row="11" column="2">
|
||||
<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">
|
||||
<string>Remove &all</string>
|
||||
<string>Clear &all</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -756,8 +759,8 @@ as that of the first selected book.</string>
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>933</width>
|
||||
<height>660</height>
|
||||
<width>100</width>
|
||||
<height>30</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
@ -777,8 +780,8 @@ as that of the first selected book.</string>
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>933</width>
|
||||
<height>660</height>
|
||||
<width>804</width>
|
||||
<height>388</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="vargrid">
|
||||
@ -1256,8 +1259,8 @@ not multiple and the destination field is multiple</string>
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>915</width>
|
||||
<height>340</height>
|
||||
<width>203</width>
|
||||
<height>70</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="testgrid">
|
||||
|
Loading…
x
Reference in New Issue
Block a user