mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -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. '
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user