Tips is now a link to the users' quota management page

This commit is contained in:
Axel ROGER 2013-01-21 16:07:40 +00:00
parent 619ae940f3
commit 64a4ec67a9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if (isset($error) && $error) {
?> ?>
<p> <p>
<?php __("This page shows the space and service count of your AlternC server and each AlternC accounts."); <?php __("This page shows the space and service count of your AlternC server and each AlternC accounts.");
echo "<br /><br />"; __('If you want to manage them, go to "Administration -> Manage the Alternc accounts" menu'); ?> echo "<br /><br />"; __("If you want to manage them, go to <a href="adm_list.php">Administration -> Manage the Alternc accounts</a>"); ?>
</p> </p>
<p> <p>
<?php printf(_("Sizes are shown as %s"),($mode==0 || $mode==4)?_("MB."):_("% of the total.")); ?> <?php printf(_("Sizes are shown as %s"),($mode==0 || $mode==4)?_("MB."):_("% of the total.")); ?>