diff --git a/quantum/extensions/l3.py b/quantum/extensions/l3.py index 63f03862cb1..d0eba515217 100644 --- a/quantum/extensions/l3.py +++ b/quantum/extensions/l3.py @@ -81,8 +81,8 @@ class ExternalNetworkInUse(qexception.InUse): class RouterExternalGatewayInUseByFloatingIp(qexception.InUse): - message = _("Gateway cannot be updated for router %(router_id), since a " - "gateway to external network %(net_id) is required by one or " + message = _("Gateway cannot be updated for router %(router_id)s, since a " + "gateway to external network %(net_id)s is required by one or " "more floating IPs.")