mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #1851908 [Suggest a name for the bookmark](https://bugs.launchpad.net/calibre/+bug/1851908)
This commit is contained in:
parent
f825c7c4d6
commit
d4dc80c9c4
@ -267,7 +267,7 @@ class BookmarkManager(QWidget):
|
||||
|
||||
def create_new_bookmark(self, pos_data):
|
||||
title, ok = QInputDialog.getText(self, _('Add bookmark'),
|
||||
_('Enter title for bookmark:'))
|
||||
_('Enter title for bookmark:'), text=_('Bookmark'))
|
||||
title = unicode_type(title).strip()
|
||||
if not ok or not title:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user