String changes

This commit is contained in:
Kovid Goyal 2020-10-16 09:04:38 +05:30
parent 2f58465f6a
commit e3e24a4711
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
- title: "macOS: Fix a long standing bug that prevented drag and drop of multiple items" - title: "macOS: Fix a long standing bug that prevented drag and drop of multiple items"
- title: "Windows: Fix a regression that broke scanning scanning for default programs for the Open with action" - title: "Windows: Fix a regression that broke scanning for default programs for the Open with action"
- title: "Windows: Fix a regression in 5.0 causing some MOBI files with non-BMP characters not being processed correctly." - title: "Windows: Fix a regression in 5.0 causing some MOBI files with non-BMP characters not being processed correctly."
tickets: [1898894] tickets: [1898894]

View File

@ -49,7 +49,7 @@ class BrowseAnnotationsAction(InterfaceAction):
title = db.field_for('title', book_id) title = db.field_for('title', book_id)
return error_dialog(self._browser or self.gui, _('Not visible'), _( return error_dialog(self._browser or self.gui, _('Not visible'), _(
'The book "{}" is not currently visible in the calibre library.' 'The book "{}" is not currently visible in the calibre library.'
' If you have a search or a Virtual librry applied, first clear' ' If you have a search or a Virtual library applied, first clear'
' it.').format(title), show=True) ' it.').format(title), show=True)
def open_annotation(self, book_id, fmt, cfi): def open_annotation(self, book_id, fmt, cfi):