[i18n] [IMP] Fixed string in imp/mailbox.php.

Thierry Thomas thierry at horde.org
Sun Jan 5 21:57:36 PST 2003


Hello,

Just a little patch:


--- imp/mailbox.php.orig	Sat Jan  4 15:58:12 2003
+++ imp/mailbox.php	Sun Jan  5 21:38:08 2003
@@ -398,7 +398,7 @@
 
     if (isset($h->size)) {
         $msg['size'] = ($h->size > 1024)
-            ? sprintf('%.0fkb', $h->size / 1024)
+            ? sprintf(_('%.0fkb'), $h->size / 1024)
             : $h->size;
     }
 

Regards,
-- 
Th. Thomas.


More information about the i18n mailing list