mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -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):
|
||||
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?') +
|
||||
'</p>', 'tag_category_delete', self):
|
||||
return
|
||||
|
@ -121,7 +121,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QToolButton" name="delete_category_button">
|
||||
<property name="toolTip">
|
||||
<string>Delete the current tag category</string>
|
||||
<string>Delete the current user category</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user