Changeset 2233

Show
Ignore:
Timestamp:
04/27/08 05:35:05 (2 weeks ago)
Author:
anarcat
Message:

rename a few options in the main admin menu:

  • the menu is now named "Administration" (instead of "Reseller")
  • "Admin Control Panel" is now renamed "AlternC configuration"
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/admin/menu_adm.php

    r2232 r2233  
    3434 
    3535if ($mem->checkRight()) { ?> 
    36 <dt id="reseller"><?php __("Reseller"); ?></dt> 
     36<dt id="reseller"><?php __("Administration"); ?></dt> 
    3737   <dd><a href="adm_list.php"><?php __("Manage the members"); ?></a></dd> 
    38    <dd><a href="adm_panel.php"><?php __("Admin Control Panel"); ?></a></dd> 
     38   <dd><a href="adm_panel.php"><?php __("AlternC configuration"); ?></a></dd> 
    3939   <dd><a href="/admin/sql/?server=2"><?php __("General SQL Admin"); ?></a></dd> 
    4040<?php }