move the right paren in, so the string gets translated
This commit is contained in:
parent
62d8487f14
commit
1c66a85246
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user