fix grammar in NetworkInUse exception

bug 1121555

Change-Id: Ie06ef45d066505b0ec1cd31e73c43ae6985afcde
This commit is contained in:
Dan Wendlandt 2013-02-10 16:28:05 -08:00
parent 198ccafc06
commit 4538eebf44

View File

@ -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):