Adding gettext()

This commit is contained in:
Vinicius Coque 2010-04-29 16:00:59 -03:00
parent 9dce16d4fe
commit 6e707e7712
2 changed files with 2 additions and 2 deletions

View File

@ -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'];?>">

View File

@ -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;?>