make 'Reseller' translatable

This commit is contained in:
Antoine Beaupré 2008-04-14 19:16:36 +00:00
parent 25c072227c
commit d2b8570f14
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
if ($mem->checkRight())
{ ?>
<dt id="reseller">Reseller</dt>
<dt id="reseller"><?php __("Reseller"); ?></dt>
<dd><a href="adm_list.php"><?php __("Manage the members"); ?></a></dd>
<dd><a href="adm_panel.php"><?php __("Admin Control Panel"); ?></a></dd>
<dd><a href="/admin/sql/?server=2"><?php __("General SQL Admin"); ?></a></dd>