From 5b2e06fa0cb23806f7dfda82d382d7dd72533855 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 15 Dec 2020 08:47:24 +0530 Subject: [PATCH] String changes --- Changelog.txt | 2 +- src/calibre/gui2/tag_browser/view.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 9a2937d3e3..470ebeb516 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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 -- 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 diff --git a/src/calibre/gui2/tag_browser/view.py b/src/calibre/gui2/tag_browser/view.py index efcff2329a..02d02e7050 100644 --- a/src/calibre/gui2/tag_browser/view.py +++ b/src/calibre/gui2/tag_browser/view.py @@ -144,7 +144,7 @@ class TagDelegate(QStyledItemDelegate): # {{{ elif not item.use_vl and self.tags_view.model().get_in_vl(): item.use_vl = not question_dialog(self.tags_view, _('Rename in Virtual library'), '

' + - _('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 ' 'this really what you want to do?') + '

', yes_text=_('Yes, apply in entire library'),