fix image unset

modify "target" to "tagret"

Change-Id: I80674b23804b26430aed13b5e6c6dc2b240771cd
This commit is contained in:
zheng yin 2016-06-06 11:09:25 +08:00
parent 9f65a9954c
commit 2c965b88f6
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ class UnsetImage(command.Command):
'propret': propret, 'proptotal': proptotal})
raise exceptions.CommandError(msg)
elif tagret > 0:
msg = (_("Failed to unset %(target)s of %(tagtotal)s tags.")
msg = (_("Failed to unset %(tagret)s of %(tagtotal)s tags.")
% {'tagret': tagret, 'tagtotal': tagtotal})
raise exceptions.CommandError(msg)
elif propret > 0: