summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-05-03 09:55:54 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-05-03 09:55:54 -0300
commit8a0b4f1476502fd173f91254a8cdfaab22d83d53 (patch)
tree858f1b5c5ee679dc4521a902d94859235fe3c62e /usr/local/www/system_gateways_edit.php
parent456e7c7623267cbfba404926637f30f5f1c197c7 (diff)
downloadpfsense-8a0b4f1476502fd173f91254a8cdfaab22d83d53.zip
pfsense-8a0b4f1476502fd173f91254a8cdfaab22d83d53.tar.gz
Adding missing gettext() calls
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