i18n: add missing placeholder name in string

Fixes commit 71f034d6b6.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
Pino Toscano 2020-07-15 14:48:56 +02:00 committed by Cole Robinson
parent 49cf5256d7
commit 392caac8b4

View File

@ -603,7 +603,7 @@ class vmmConnection(vmmGObject):
"\n"
"Original error: %(origerror)s\n"
"\n"
"Recover error: %s") % {
"Recover error: %(recovererror)s") % {
"object": obj.class_name(),
"origerror": str(renameerr),
"recovererror": str(fixerr),