Fixing an error...

This commit is contained in:
Axel ROGER 2013-01-21 16:15:20 +00:00
parent 64a4ec67a9
commit 68ae215739
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if (isset($error) && $error) {
?>
<p>
<?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 <a href="adm_list.php">Administration -> Manage the Alternc accounts</a>"); ?>
echo "<br /><br />"; printf(_("If you want to manage them, go to")."&nbsp;<a href=\"adm_list.php\">"._("Administration -> Manage the Alternc accounts")."</a>"); ?>
</p>
<p>
<?php printf(_("Sizes are shown as %s"),($mode==0 || $mode==4)?_("MB."):_("% of the total.")); ?>