summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-30 10:13:40 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-30 10:53:02 -0300
commitbfb0b9dc212e267a27683f86ff457f98a41be3c4 (patch)
treed654b6cfa3950e84ed026bc08c1be8e1d136b538 /usr/local/www/system_gateways_edit.php
parent34563021c152010081380d4baf0cabc06013fdd4 (diff)
downloadpfsense-bfb0b9dc212e267a27683f86ff457f98a41be3c4.zip
pfsense-bfb0b9dc212e267a27683f86ff457f98a41be3c4.tar.gz
Adding gettext() calls
Diffstat (limited to 'usr/local/www/system_gateways_edit.php')
-rwxr-xr-xusr/local/www/system_gateways_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index 65d8536..d29ca9c 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -316,7 +316,7 @@ function enable_change(obj) {
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input name="Submit" type="submit" class="formbtn" value="Save"> <input type="button" value="<?=gettext("Cancel"); ?>" class="formbtn" onclick="history.back()">
+ <input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>"> <input type="button" value="<?=gettext("Cancel");?>" class="formbtn" onclick="history.back()">
<?php if (isset($id) && $a_gateways[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>">
<?php endif; ?>
OpenPOWER on IntegriCloud