fix grammar in NetworkInUse exception
bug 1121555 Change-Id: Ie06ef45d066505b0ec1cd31e73c43ae6985afcde
This commit is contained in:
parent
198ccafc06
commit
4538eebf44
@ -94,7 +94,7 @@ class InUse(QuantumException):
|
||||
|
||||
class NetworkInUse(InUse):
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user