Added tips for users on where to manage user's quotas : Fix #1398

This commit is contained in:
Axel ROGER 2013-01-21 15:56:04 +00:00
parent 7a49d30792
commit 619ae940f3
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ if (isset($error) && $error) {
}
?>
<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'); ?>
</p>
<p>
<?php printf(_("Sizes are shown as %s"),($mode==0 || $mode==4)?_("MB."):_("% of the total.")); ?>