[imp] Patch: IMP CVS-HEAD quota reporting
Leena Heino
Leena.Heino@uta.fi
Wed, 24 Jul 2002 11:23:24 +0300 (EEST)
This patch adds the missing "Quota status:" to quota reporting:
--- imp/lib/Quota.php.orig Wed Jul 24 10:57:14 2002
+++ imp/lib/Quota.php Wed Jul 24 11:19:11 2002
@@ -113,7 +113,7 @@
} else {
$class = 'control';
}
- $message = sprintf("%.2fMB / %.2fMB (%.2f%%)", $used, $total, $percent);
+ $message = sprintf(_("Quota status:")) . sprintf(" %.2fMB / %.2fMB (%.2f%%)", $used, $total, $percent);
} else {
$message = sprintf(_("Quota status: NO LIMIT"));
}
--
-- Leena Heino (liinu at uta.fi)