projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49bb5c8
)
Tweak data display
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 20 Mar 2009 03:29:07 +0000
(21:29 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 20 Mar 2009 18:23:13 +0000
(12:23 -0600)
imp/lib/UI/Message.php
patch
|
blob
|
history
diff --git
a/imp/lib/UI/Message.php
b/imp/lib/UI/Message.php
index
b507519
..
b3b43b1
100644
(file)
--- a/
imp/lib/UI/Message.php
+++ b/
imp/lib/UI/Message.php
@@
-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);
}
/**