move the right paren in, so the string gets translated

This commit is contained in:
Paul Franklin 2016-07-02 20:53:07 -07:00
parent 62d8487f14
commit 1c66a85246

View File

@ -427,7 +427,9 @@ class CLIDbManager:
for (name, directory) in match_list:
if user is None or user.prompt(
_('Remove family tree warning'),
_('Are you sure you want to remove the family tree named\n"%s"?' % name),
_('Are you sure you want to remove '
'the family tree named\n"%s"?'
) % name,
_('yes'), _('no'), default_label=_('no')):
try:
for (top, dirs, files) in os.walk(directory):