mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
2f58465f6a
commit
e3e24a4711
@ -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]
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user