summaryrefslogtreecommitdiffstats
path: root/usr
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
parent9dce16d4fe98db8844cd5e82311b9ebf6709cc90 (diff)
downloadpfsense-6e707e771224bf48313cff8f54ffe5f62e145df4.zip
pfsense-6e707e771224bf48313cff8f54ffe5f62e145df4.tar.gz
Adding gettext()
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_groupmanager.php2
-rw-r--r--usr/local/www/system_usermanager.php2
2 files changed, 2 insertions, 2 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'];?>">
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index f8cd440..2910fad 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -731,7 +731,7 @@ function sshkeyClicked(obj) {
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input id="submit" name="save" type="submit" class="formbtn" value="Save" />
+ <input id="submit" name="save" type="submit" class="formbtn" value="<?=gettext("Save");?>" />
<?php if (isset($id) && $a_user[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>" />
<?php endif;?>
OpenPOWER on IntegriCloud