From e3e24a47118ba49a33d51d99834093e84292d509 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 16 Oct 2020 09:04:38 +0530 Subject: [PATCH] String changes --- Changelog.yaml | 2 +- src/calibre/gui2/actions/browse_annots.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index 4cfe9e7afd..aab68ccc22 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -56,7 +56,7 @@ - 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." tickets: [1898894] diff --git a/src/calibre/gui2/actions/browse_annots.py b/src/calibre/gui2/actions/browse_annots.py index 19f36be137..88cd8e36f8 100644 --- a/src/calibre/gui2/actions/browse_annots.py +++ b/src/calibre/gui2/actions/browse_annots.py @@ -49,7 +49,7 @@ class BrowseAnnotationsAction(InterfaceAction): title = db.field_for('title', book_id) return error_dialog(self._browser or self.gui, _('Not visible'), _( '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) def open_annotation(self, book_id, fmt, cfi):