From 0f4f21d4a2da6efc68be5adf4c12e8698eda2d0d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 14 Apr 2020 21:13:22 +0530 Subject: [PATCH] String changes --- src/calibre/gui2/tweak_book/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/tweak_book/search.py b/src/calibre/gui2/tweak_book/search.py index 49d25b7e6d..6dbf7ee92e 100644 --- a/src/calibre/gui2/tweak_book/search.py +++ b/src/calibre/gui2/tweak_book/search.py @@ -923,8 +923,8 @@ class SavedSearches(QWidget): (_('&Find'), 'find', _('Run the search using the selected entries.') + mulmsg), (_('&Replace'), 'replace', _('Run replace using the selected entries.') + mulmsg), (_('Replace a&nd Find'), 'replace-find', _('Run replace and then find using the selected entries.') + mulmsg), - (_('Replace &all'), 'replace-all', _('Run Replace All for all selected entries in the order selected')), - (_('&Count all'), 'count', _('Run Count All for all selected entries')), + (_('Replace &all'), 'replace-all', _('Run Replace all for all selected entries in the order selected')), + (_('&Count all'), 'count', _('Run Count all for all selected entries')), ]: self.action_button_map[action] = b = pb(text, tooltip, action) v.addWidget(b)