mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 14:45:46 +01:00
String changes
This commit is contained in:
parent
582e3baede
commit
ecfb6fc692
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ def _add_empty_format(self, format_):
|
|||
formats = {x.lower() for x in formats.split(',')}
|
||||
if format_ in formats:
|
||||
title = db.title(ids[0], index_is_id=True)
|
||||
msg = _('The {0} format will be replaced in the book {1}. Are you sure?').format(
|
||||
msg = _('The {0} format will be replaced in the book: {1}. Are you sure?').format(
|
||||
format_, title)
|
||||
if not confirm(msg, 'confirm_format_override_on_add', title=_('Are you sure?'),
|
||||
parent=self.gui):
|
||||
|
|
|
|||
Loading…
Reference in a new issue