summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_groupmanager.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-29 16:00:59 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-29 16:00:59 -0300
commit6e707e771224bf48313cff8f54ffe5f62e145df4 (patch)
tree0943827ee0f695eeaeb3869d6840e4d2239ec3e8 /usr/local/www/system_groupmanager.php
parent9dce16d4fe98db8844cd5e82311b9ebf6709cc90 (diff)
downloadpfsense-6e707e771224bf48313cff8f54ffe5f62e145df4.zip
pfsense-6e707e771224bf48313cff8f54ffe5f62e145df4.tar.gz
Adding gettext()
Diffstat (limited to 'usr/local/www/system_groupmanager.php')
-rw-r--r--usr/local/www/system_groupmanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php
index e3cd72b..a485dbe 100644
--- a/usr/local/www/system_groupmanager.php
+++ b/usr/local/www/system_groupmanager.php
@@ -373,7 +373,7 @@ function presubmit() {
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input name="save" type="submit" class="formbtn" value="Save">
+ <input name="save" type="submit" class="formbtn" value="<?=gettext("Save");?>">
<?php if (isset($id) && $a_group[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>">
<input name="gid" type="hidden" value="<?=$pconfig['gid'];?>">
OpenPOWER on IntegriCloud