summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-30 10:15:28 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-30 10:15:28 -0300
commit34563021c152010081380d4baf0cabc06013fdd4 (patch)
treedf2f2184778c849858bbab999b1640a54bb4c25b /usr/local/www/system_gateways_edit.php
parent2b33f3423d9c87a346073f470f546f22933dd92d (diff)
downloadpfsense-34563021c152010081380d4baf0cabc06013fdd4.zip
pfsense-34563021c152010081380d4baf0cabc06013fdd4.tar.gz
Fix gettext issues
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 ed8e4a7..65d8536 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="Cancel" class="formbtn" onclick="history.back()">
+ <input name="Submit" type="submit" class="formbtn" value="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