mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Merge branch 'clear-translation-key' of https://github.com/un-pogaz/calibre
This commit is contained in:
commit
36625c9dcd
@ -715,7 +715,7 @@ class CompareMany(QDialog):
|
||||
self.addAction(self.back_action)
|
||||
# create the back button, set it's name, tooltip, icon and action to call the previous_item method
|
||||
self.back_button = bb.addButton(_('P&revious'), QDialogButtonBox.ButtonRole.ActionRole)
|
||||
self.back_button.setToolTip(_(f'Move to previous {self.back_action.shortcut().toString(QKeySequence.SequenceFormat.NativeText)}'))
|
||||
self.back_button.setToolTip(_('Move to previous {}').format(self.back_action.shortcut().toString(QKeySequence.SequenceFormat.NativeText)))
|
||||
self.back_button.setIcon(QIcon.ic('back.png'))
|
||||
self.back_button.clicked.connect(self.previous_item)
|
||||
self.back_button.setDefault(True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user