mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Remove erroneous trailing comma in delete item confirmation dialog
This commit is contained in:
parent
d8bc27e140
commit
e8e1b98aab
@ -301,7 +301,7 @@ class TagBrowserMixin(object): # {{{
|
||||
msg = _('%s and its children will be deleted from all books. '
|
||||
'Are you sure?')%orig_name
|
||||
else:
|
||||
skip_dialog_name='tag_item_delete',
|
||||
skip_dialog_name='tag_item_delete'
|
||||
if restrict_to_book_ids:
|
||||
msg = _('%s will be deleted from books in the Virtual library. Are you sure?')%orig_name
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user