summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php2
-rwxr-xr-xusr/local/www/system_gateways_edit.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php
index 9376f03..a17cd94 100755
--- a/usr/local/www/system_gateway_groups_edit.php
+++ b/usr/local/www/system_gateway_groups_edit.php
@@ -217,7 +217,7 @@ value="<?=htmlspecialchars($pconfig['descr']);?>">
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>"> <input type="button" value="<?=gettext("Cancel"); ?>" class="formbtn" onclick="history.back()">
- <a href="system_gateway_groups.php"><input type="button" value="Cancel" class="formbtn" ></a>
+ <a href="system_gateway_groups.php"><input type="button" value="<?=gettext("Cancel");?>" class="formbtn" ></a>
<?php if (isset($id) && $a_gateway_groups[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>">
<?php endif; ?>
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index 6f6211a..1209704 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -315,7 +315,7 @@ function enable_change(obj) {
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Weight</td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Weight");?></td>
<td width="78%" class="vtable">
<select name='weight' class='formfldselect' id='weight'>
<?php
@@ -327,7 +327,7 @@ function enable_change(obj) {
}
?>
</select>
- <strong>Weight for this gateway when used in a Gateway Group.</strong> <br />
+ <strong><?=gettext("Weight for this gateway when used in a Gateway Group.");?></strong> <br />
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud