fix grammar in NetworkInUse exception
bug 1121555 Change-Id: Ie06ef45d066505b0ec1cd31e73c43ae6985afcde
This commit is contained in:
parent
dcbc2b53cd
commit
4c77bfafd0
@ -94,7 +94,7 @@ class InUse(QuantumException):
|
|||||||
|
|
||||||
class NetworkInUse(InUse):
|
class NetworkInUse(InUse):
|
||||||
message = _("Unable to complete operation on network %(net_id)s. "
|
message = _("Unable to complete operation on network %(net_id)s. "
|
||||||
"There is one or more ports still in use on the network.")
|
"There are one or more ports still in use on the network.")
|
||||||
|
|
||||||
|
|
||||||
class SubnetInUse(InUse):
|
class SubnetInUse(InUse):
|
||||||
|
Loading…
Reference in New Issue
Block a user