mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2019101 [MDE: Inaccurate tooltip for 'Paste' button](https://bugs.launchpad.net/calibre/+bug/2019101)
This commit is contained in:
parent
04fa47ddaf
commit
c574efa808
@ -252,8 +252,8 @@ class MetadataSingleDialogBase(QDialog):
|
|||||||
self.paste_isbn_button = b = RightClickButton(self)
|
self.paste_isbn_button = b = RightClickButton(self)
|
||||||
b.setToolTip('<p>' +
|
b.setToolTip('<p>' +
|
||||||
_('Paste the contents of the clipboard into the '
|
_('Paste the contents of the clipboard into the '
|
||||||
'identifiers prefixed with isbn: or url:. Or right click, '
|
'identifiers prefixed with an auto-detected prefix such as isbn: or url:. Or right click, '
|
||||||
'to choose a different prefix.') + '</p>')
|
'and choose a specific prefix to use.') + '</p>')
|
||||||
b.setIcon(QIcon.ic('edit-paste.png'))
|
b.setIcon(QIcon.ic('edit-paste.png'))
|
||||||
b.clicked.connect(self.identifiers.paste_identifier)
|
b.clicked.connect(self.identifiers.paste_identifier)
|
||||||
b.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
b.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user