String changes

This commit is contained in:
Kovid Goyal 2020-12-15 08:47:24 +05:30
parent a73fd36476
commit 5b2e06fa0c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -958,7 +958,7 @@ For books sent with this release of calibre, reconnecting the Kindle to calibre
- Edit book: Preview panel: Allow right clicking on images to edit them - Edit book: Preview panel: Allow right clicking on images to edit them
- Add a new Quick select action to quickly select a virtual library with a few keystrokes. Activated by Ctrl+T or the Virtual library menu - Add a new Quick select action to quickly select a Virtual library with a few keystrokes. Activated by Ctrl+T or the Virtual library menu
- Viewer: Calculate default column widths based on current font size - Viewer: Calculate default column widths based on current font size

View File

@ -144,7 +144,7 @@ class TagDelegate(QStyledItemDelegate): # {{{
elif not item.use_vl and self.tags_view.model().get_in_vl(): elif not item.use_vl and self.tags_view.model().get_in_vl():
item.use_vl = not question_dialog(self.tags_view, item.use_vl = not question_dialog(self.tags_view,
_('Rename in Virtual library'), '<p>' + _('Rename in Virtual library'), '<p>' +
_('A virtual library is active but you are renaming ' _('A Virtual library is active but you are renaming '
'the item in all books in your library. Is ' 'the item in all books in your library. Is '
'this really what you want to do?') + '</p>', 'this really what you want to do?') + '</p>',
yes_text=_('Yes, apply in entire library'), yes_text=_('Yes, apply in entire library'),