Remove unwanted comma

This commit is contained in:
Charles Haley 2020-06-07 00:57:24 +01:00
parent d8bc27e140
commit 3d9983abc0

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: