Remove erroneous trailing comma in delete item confirmation dialog

This commit is contained in:
Kovid Goyal 2020-06-07 09:19:37 +05:30
parent d8bc27e140
commit e8e1b98aab
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -301,7 +301,7 @@ class TagBrowserMixin(object): # {{{
msg = _('%s and its children will be deleted from all books. ' msg = _('%s and its children will be deleted from all books. '
'Are you sure?')%orig_name 'Are you sure?')%orig_name
else: else:
skip_dialog_name='tag_item_delete', skip_dialog_name='tag_item_delete'
if restrict_to_book_ids: if restrict_to_book_ids:
msg = _('%s will be deleted from books in the Virtual library. Are you sure?')%orig_name msg = _('%s will be deleted from books in the Virtual library. Are you sure?')%orig_name
else: else: