missed label.

This commit is contained in:
James Rose
2012-11-24 08:02:48 +00:00
parent e987a8500c
commit 31a0d284ae
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@
$text['button-back']['en-us'] = 'Back';
$text['description-name']['en-us'] = 'Enter the name.';
$text['description-extension']['en-us'] = 'Enter the extension.';
$text['label-context']['en-us'] = 'Context';
$text['description-enter-context']['en-us'] = 'Enter the context.';
$text['label-strategy']['en-us'] = 'Strategy';
$text['dropdown-sequence']['en-us'] = 'sequence';

View File

@@ -382,7 +382,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
if (if_group("superadmin")) {
echo "<tr>\n";
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
echo " Context:\n";
echo " ",$text['label-context'],":\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='ring_group_context' maxlength='255' value=\"$ring_group_context\">\n";