String changes

This commit is contained in:
Kovid Goyal 2020-05-30 16:20:10 +05:30
parent 1e0901860b
commit 7fe0ef2363
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>New &amp;Location:</string>
<string>New &amp;location:</string>
</property>
<property name="buddy">
<cstring>location</cstring>

View File

@ -672,7 +672,7 @@ class TagsView(QTreeView): # {{{
partial(self.context_menu_handler, action='edit_item_no_vl',
index=index))
self.context_menu.addAction(self.delete_icon,
_('Delete search %s')%display_name(tag),
_('Delete Saved search %s')%display_name(tag),
partial(self.context_menu_handler,
action='delete_search', key=tag.original_name))
if key.startswith('@') and not item.is_gst: