Adding a function prefix before parenthesis

Add a missing translation _ before parenthesis as it is done in defining
all exception messages.

Change-Id: Id80b4bf083d357d6c99006116e453d8b63fbc876
(cherry picked from commit eca534da3e)
This commit is contained in:
Manjeet Singh Bhatia 2015-11-06 16:48:05 +00:00 committed by Ihar Hrachyshka
parent e3af26d95f
commit 0403428d73
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ class SecurityGroupInvalidIcmpValue(nexception.InvalidInput):
class SecurityGroupEthertypeConflictWithProtocol(nexception.InvalidInput):
message = ("Invalid ethertype %(ethertype)s for protocol "
"%(protocol)s .")
message = _("Invalid ethertype %(ethertype)s for protocol "
"%(protocol)s.")
class SecurityGroupMissingIcmpType(nexception.InvalidInput):