[i18n] Small localization diff for imp/lib/Contents.php
Thierry Thomas
thierry@pompo.net
Sat, 20 Jul 2002 22:48:42 +0200
Just to localize the size column:
--- imp/lib/Contents.php.orig Sat Jul 20 22:31:35 2002
+++ imp/lib/Contents.php Sat Jul 20 22:33:04 2002
@@ -681,7 +681,7 @@
/* Size Column. */
if ($mime_part->getInformation('bytes') > 0) {
- $summary[] = $mime_part->getInformation('size') . ' KB';
+ $summary[] = $mime_part->getInformation('size') . _(" KB");
} else {
$summary[] = ' ';
}
Regards.
--
Th. Thomas.