mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a6a2359025
commit
0fd8a07748
@ -128,7 +128,7 @@ class MetadataSingleDialogBase(ResizableDialog):
|
|||||||
self.deduce_title_sort_button, self.languages)
|
self.deduce_title_sort_button, self.languages)
|
||||||
self.basic_metadata_widgets.extend([self.title, self.title_sort])
|
self.basic_metadata_widgets.extend([self.title, self.title_sort])
|
||||||
|
|
||||||
self.deduce_author_sort_button = b = QToolButton(self)
|
self.deduce_author_sort_button = b = RightClickButton(self)
|
||||||
b.setToolTip('<p>' +
|
b.setToolTip('<p>' +
|
||||||
_('Automatically create the author sort entry based on the current '
|
_('Automatically create the author sort entry based on the current '
|
||||||
'author entry. Using this button to create author sort will '
|
'author entry. Using this button to create author sort will '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user