string changes

This commit is contained in:
Kovid Goyal 2021-07-10 14:17:05 +05:30
parent c39dfdec96
commit 728dd1f9f0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>