Fixed the missing _ for gettext
This commit is contained in:
parent
74e62ddd33
commit
d24602c6f1
1 changed files with 3 additions and 1 deletions
|
@ -43,5 +43,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<? } else { ?>
|
<? } else { ?>
|
||||||
<p><?=_("This page is a work in Progress. Please see this ")?><a href="http://wiki.cacert.org/wiki/OrganizationEntities"><?=("article on the Wiki")?></a><?=(" for more information about Organizational Support.")?></a></p>
|
<p><?=_("This page is a work in Progress. Please see this ")?>
|
||||||
|
<a href="http://wiki.cacert.org/wiki/OrganizationEntities"><?=_("article on the Wiki")?></a>
|
||||||
|
<?=_(" for more information about Organizational Support.")?></a></p>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|
Loading…
Reference in a new issue