summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_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_gateway_groups_edit.php
parent456e7c7623267cbfba404926637f30f5f1c197c7 (diff)
downloadpfsense-8a0b4f1476502fd173f91254a8cdfaab22d83d53.zip
pfsense-8a0b4f1476502fd173f91254a8cdfaab22d83d53.tar.gz
Adding missing gettext() calls
Diffstat (limited to 'usr/local/www/system_gateway_groups_edit.php')
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php2
1 files changed, 1 insertions, 1 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; ?>
OpenPOWER on IntegriCloud