mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:04:39 +02:00
Make placeholder text for go to ref more explicit
This commit is contained in:
parent
ab2efe9c3b
commit
0d8113aa93
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ def __init__(self, *args):
|
|||
'Go to a reference. To get reference numbers, use the <i>reference '
|
||||
'mode</i>, by clicking the reference mode button in the toolbar.')))
|
||||
if hasattr(self, 'setPlaceholderText'):
|
||||
self.setPlaceholderText(_('Go to...'))
|
||||
self.setPlaceholderText(_('Go to a reference number...'))
|
||||
self.editingFinished.connect(self.editing_finished)
|
||||
|
||||
def editing_finished(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue