String changes

This commit is contained in:
Kovid Goyal 2020-04-14 21:13:22 +05:30
parent a5163b85ce
commit 0f4f21d4a2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -923,8 +923,8 @@ class SavedSearches(QWidget):
(_('&Find'), 'find', _('Run the search using the selected entries.') + mulmsg), (_('&Find'), 'find', _('Run the search using the selected entries.') + mulmsg),
(_('&Replace'), 'replace', _('Run replace 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 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')), (_('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')), (_('&Count all'), 'count', _('Run Count all for all selected entries')),
]: ]:
self.action_button_map[action] = b = pb(text, tooltip, action) self.action_button_map[action] = b = pb(text, tooltip, action)
v.addWidget(b) v.addWidget(b)