mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Add tooltip to checkbox for setting author sort automatically from authors
This commit is contained in:
parent
30c4d00d9b
commit
3a873628da
@ -45,7 +45,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>944</width>
|
||||
<height>578</height>
|
||||
<height>576</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
@ -119,7 +119,7 @@
|
||||
<item row="10" column="0">
|
||||
<widget class="QLabel" name="label_9">
|
||||
<property name="text">
|
||||
<string>&Published:</string>
|
||||
<string>P&ublished:</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
@ -309,6 +309,12 @@ for e.g., EPUB to EPUB, calibre saves the original EPUB
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="auto_author_sort">
|
||||
<property name="toolTip">
|
||||
<string>This will cause the author sort field to be automatically updated
|
||||
based on the authors field for each selected book. Note that if
|
||||
you use the control above to set authors in bulk, the author sort
|
||||
field is updated anyway, regardless of the value of this checkbox.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>A&utomatically set author sort</string>
|
||||
</property>
|
||||
@ -1167,8 +1173,8 @@ not multiple and the destination field is multiple</string>
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>204</width>
|
||||
<height>65</height>
|
||||
<width>212</width>
|
||||
<height>66</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="testgrid">
|
||||
|
Loading…
x
Reference in New Issue
Block a user