mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
string changes
This commit is contained in:
parent
c39dfdec96
commit
728dd1f9f0
@ -288,7 +288,7 @@ class TagCategories(QDialog, Ui_TagCategories):
|
|||||||
|
|
||||||
def del_category(self):
|
def del_category(self):
|
||||||
if self.current_cat_name is not None:
|
if self.current_cat_name is not None:
|
||||||
if not confirm('<p>'+_('The current tag category will be '
|
if not confirm('<p>'+_('The current user category will be '
|
||||||
'<b>permanently deleted</b>. Are you sure?') +
|
'<b>permanently deleted</b>. Are you sure?') +
|
||||||
'</p>', 'tag_category_delete', self):
|
'</p>', 'tag_category_delete', self):
|
||||||
return
|
return
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QToolButton" name="delete_category_button">
|
<widget class="QToolButton" name="delete_category_button">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Delete the current tag category</string>
|
<string>Delete the current user category</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>...</string>
|
<string>...</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user