Localize a string

This commit is contained in:
Bharat Mediratta
2009-05-31 19:31:55 -07:00
parent 277c96c2f6
commit 9322f51e23

View File

@@ -30,5 +30,9 @@
<? endforeach ?>
</ul>
<? else: ?>
<div><p>Drag &amp; drop users from the User Admin above into this group box to add group members.</p></div>
<div>
<p>
<?= t("Drag &amp; drop users from the User Admin above into this group box to add group members.") ?>
</p>
</div>
<? endif ?>