place the word "Info" with "Information"

Update necessary html files.
Test it on GUI and unit tests passed

Change-Id: Ic1d66a68c9de45c52884109e360917c1eefbfac8
Closes-Bug: 1394315
This commit is contained in:
Kahou Lei 2014-11-20 23:39:48 +00:00 committed by David Lyle
parent 7e5c1aa07b
commit 520c29cdf0
12 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@
<h3>{% trans "Volume Snapshot Overview" %}</h3>
<div class="info row detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>

View File

@ -3,7 +3,7 @@
<h3>{% trans "Data Processing Plugin Overview" %}</h3>
<div class="status row detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>

View File

@ -12,7 +12,7 @@
<h3>{% trans "Backup Overview" %}</h3>
<div class="status row detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>

View File

@ -3,7 +3,7 @@
<h3>{% trans "Instance Overview" %}</h3>
<div class="status row detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>

View File

@ -3,7 +3,7 @@
<h3>{% trans "Image Overview" %}</h3>
<div class="info row detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>

View File

@ -4,7 +4,7 @@
<h3>{% trans "Instance Overview" %}</h3>
<div class="status row detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>

View File

@ -116,7 +116,7 @@ class UpdateInstanceInfoAction(workflows.Action):
return True
class Meta:
name = _("Info")
name = _("Information")
slug = 'instance_info'
help_text = _("Edit the instance details.")

View File

@ -3,7 +3,7 @@
<h3>{% trans "Stack Overview" %}</h3>
<div class="info row detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>

View File

@ -3,7 +3,7 @@
<h3>{% trans "Resource Overview" %}</h3>
<div class="info row detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Stack Resource ID" %}</dt>

View File

@ -6,7 +6,7 @@
</h3>
<div class="info row-fluid detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>

View File

@ -4,7 +4,7 @@
<h3>{% trans "Volume Snapshot Overview" %}</h3>
<div class="info row detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>

View File

@ -4,7 +4,7 @@
<h3>{% trans "Volume Overview" %}</h3>
<div class="info row detail">
<h4>{% trans "Info" %}</h4>
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>