Add missing %s in print message
This patch add some missing %s in print message Change-Id: I27b9473c513f9ce742a6187366f689fc29442550
This commit is contained in:
parent
df4fd88c20
commit
bd8a2ff4d1
@ -67,7 +67,7 @@ class VersionNotFoundForAPIMethod(GlareException):
|
||||
|
||||
|
||||
class ApiVersionsIntersect(GlareException):
|
||||
message = _("Version of %(name) %(min_ver) %(max_ver) intersects "
|
||||
message = _("Version of %(name)s %(min_ver)s %(max_ver)s intersects "
|
||||
"with another versions.")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user