21 Nov
2010
21 Nov
'10
8:42 a.m.
On Sun 10 Oct 2010 20:09 +0200, Lukas Fleischer wrote:
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.
Just pushed without the i18n stuff. Thanks.