diff --git a/src/calibre/gui2/viewer/bookmarks.py b/src/calibre/gui2/viewer/bookmarks.py index 4075656fda..4a1fcbc84f 100644 --- a/src/calibre/gui2/viewer/bookmarks.py +++ b/src/calibre/gui2/viewer/bookmarks.py @@ -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