Tweak data display
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 20 Mar 2009 03:29:07 +0000 (21:29 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 20 Mar 2009 18:23:13 +0000 (12:23 -0600)
imp/lib/UI/Message.php

index b507519..b3b43b1 100644 (file)
@@ -133,7 +133,7 @@ class IMP_UI_Message
         }
 
         /* Else, it's today, use the time only. */
-        return sprintf('%s %s', $time_str, $tz);
+        return sprintf(_("Today, %s %s"), $time_str, $tz);
     }
 
     /**