From 1c1e2ddb6ee553fd80f592947ae983192893a492 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 24 May 2020 14:45:39 +0530 Subject: [PATCH] String changes --- src/calibre/gui2/dialogs/edit_authors_dialog.ui | 4 ++-- src/calibre/gui2/dialogs/tag_editor.py | 4 ++-- src/calibre/gui2/dialogs/tag_list_editor.ui | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/calibre/gui2/dialogs/edit_authors_dialog.ui b/src/calibre/gui2/dialogs/edit_authors_dialog.ui index 541613fef0..ec5c17fd88 100644 --- a/src/calibre/gui2/dialogs/edit_authors_dialog.ui +++ b/src/calibre/gui2/dialogs/edit_authors_dialog.ui @@ -73,14 +73,14 @@ not be forgotten.</p> - Only show authors in the current &virtual library + Only show authors in the current &Virtual library - Filter &By: + Filter &by: filter_box diff --git a/src/calibre/gui2/dialogs/tag_editor.py b/src/calibre/gui2/dialogs/tag_editor.py index 48d024537f..4abf78d12d 100644 --- a/src/calibre/gui2/dialogs/tag_editor.py +++ b/src/calibre/gui2/dialogs/tag_editor.py @@ -40,13 +40,13 @@ class TagEditor(QDialog, Ui_TagEditor): self.add_tag_input.setToolTip('

' + _('If the item you want is not in the available list, ' 'you can add it here. Accepts an ampersand-separated ' - 'list of items. The item(s) will be applied to ' + 'list of items. The items will be applied to ' 'the book.') + '

') else: self.add_tag_input.setToolTip('

' + _('If the item you want is not in the available list, ' 'you can add it here. Accepts a comma-separated ' - 'list of items. The item(s) will be applied to ' + 'list of items. The items will be applied to ' 'the book.') + '

') self.key = key self.index = db.row(id_) if id_ is not None else None diff --git a/src/calibre/gui2/dialogs/tag_list_editor.ui b/src/calibre/gui2/dialogs/tag_list_editor.ui index a0373d32c6..bce74ed65b 100644 --- a/src/calibre/gui2/dialogs/tag_list_editor.ui +++ b/src/calibre/gui2/dialogs/tag_list_editor.ui @@ -79,7 +79,7 @@ not be forgotten.</p>
- Only show items in the current &virtual library + Only show items in the current &Virtual library