mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 10:43:44 +02:00
String changes
This commit is contained in:
parent
1e0901860b
commit
7fe0ef2363
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>New &Location:</string>
|
||||
<string>New &location:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>location</cstring>
|
||||
|
|
|
|||
|
|
@ -672,7 +672,7 @@ def add_node_tree(tree_dict, m, path):
|
|||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue