mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
1e0901860b
commit
7fe0ef2363
@ -31,7 +31,7 @@
|
|||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="label_2">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>New &Location:</string>
|
<string>New &location:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>location</cstring>
|
<cstring>location</cstring>
|
||||||
|
@ -672,7 +672,7 @@ class TagsView(QTreeView): # {{{
|
|||||||
partial(self.context_menu_handler, action='edit_item_no_vl',
|
partial(self.context_menu_handler, action='edit_item_no_vl',
|
||||||
index=index))
|
index=index))
|
||||||
self.context_menu.addAction(self.delete_icon,
|
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,
|
partial(self.context_menu_handler,
|
||||||
action='delete_search', key=tag.original_name))
|
action='delete_search', key=tag.original_name))
|
||||||
if key.startswith('@') and not item.is_gst:
|
if key.startswith('@') and not item.is_gst:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user