Closed (fixed)
Project:
Lost & found issues
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2008 at 15:34 UTC
Updated:
31 Jul 2008 at 04:47 UTC
Jump to comment: Most recent
Comments
Comment #1
kenuck commenteddone thanks .. cvs commit done at time of this post.
Comment #2
mjourney2 commentedGreat, thanks. Except that "comment" is not a node type so it comes up blank. That should probably be just text (e.g. "posted a comment"), passed through the t() function.
Comment #3
kenuck commentedOoops .. thanks for that. I've made the fix and cvs commit 2 minutes ago.
cheers
Comment #4
mjourney2 commentedAlso, if you could please pass through t() the following line:
"$source_name and $friend_link are now friends. $datetime";
Maybe something like:
$output .= t("!datetime: !source_name and !friend_link are now friends.", array('!source_name'=>$source_name, '!friend_link' => $friend_link, '!datetime' => $datetime));
Thanks for the quick turnaround.
Comment #5
kenuck commentedthansk again! .. hope i haven't missed any.
cvs commit done 20 secs ago.
cheres
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.