summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_gateways_edit.php')
-rwxr-xr-xusr/local/www/system_gateways_edit.php4
1 files changed, 2 insertions, 2 deletions
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