10 Oct
2010
10 Oct
'10
8:09 p.m.
On Thu, Oct 07, 2010 at 11:09:36PM -0400, Loui Chang wrote:
This:
+ echo "<br /><span class='f6'>".__("This package has been flagged out of date")." (".$out_of_date_time.")</span>";
Could change to this:
+ echo "<br /><span class='f6'>".__("This package has been flagged out of date.")." ($out_of_date_time)</span>";
Well, it's just a cosmetic change. Having the date in brackets after a punctuation mark looked ugly to me, so I removed the period everywhere. If you want me to keep the patch simple and don't care about the period, I can revert this change and send another patch.