Fix translatable string for "Injected File Path Bytes"

Rename "Injected File Path Bytes" to "Length of Injected File Path"

Change-Id: I35c268e0568f032c2b7a40a2ec8cf4c576e0ea53
Closes-bug: 1258175
This commit is contained in:
liyingjun 2014-04-14 22:22:13 +08:00
parent 85c7188b6e
commit 93f593e9fb
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class QuotaFilterAction(tables.FilterAction):
def get_quota_name(quota):
QUOTA_NAMES = {
'injected_file_content_bytes': _('Injected File Content Bytes'),
'injected_file_path_bytes': _('Injected File Path Bytes'),
'injected_file_path_bytes': _('Length of Injected File Path'),
'metadata_items': _('Metadata Items'),
'cores': _('VCPUs'),
'instances': _('Instances'),