Add gettext call

This commit is contained in:
Carlos Eduardo Ramos 2010-04-30 11:10:09 -03:00
parent 4af9c6a2ef
commit e13bfff1c6

View File

@ -433,7 +433,7 @@ function sshkeyClicked(obj) {
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Defined by");?></td>
<td width="78%" class="vtable">
<strong><?=strtoupper($pconfig['utype']);?></strong>
<strong><?php sprintf(gettext("%s"), strtoupper($pconfig['utype']));?></strong>
<input name="utype" type="hidden" value="<?=$pconfig['utype']?>"/>
</td>
</tr>