# HG changeset patch # User Ka-Hing Cheung # Date 1218178054 0 # Node ID 4e5ffbe0202a55c522f39b90fb8a09932e58e90d # Parent e8f75e7502601feaff5db9a40a2e1a9c3a4239c6# Parent 187a3649f04bd8d4b61aef4674c85ce62b3ffd3e merge of '26606a5b2701a5b005448d15da254ecd796a005d' and '8712565242226521bcae659debc6fdc1ceb03eaa' diff -r e8f75e750260 -r 4e5ffbe0202a libpurple/util.c --- a/libpurple/util.c Fri Aug 08 05:51:53 2008 +0000 +++ b/libpurple/util.c Fri Aug 08 06:47:34 2008 +0000 @@ -718,6 +718,12 @@ const char * purple_date_format_long(const struct tm *tm) { + /* + * This string determines how some dates are displayed. The default + * string "%x %X" shows the date then the time. Translators can + * change this to "%X %x" if they want the time to be shown first, + * followed by the date. + */ return purple_utf8_strftime(_("%x %X"), tm); }