changeset 23739:4e5ffbe0202a

merge of '26606a5b2701a5b005448d15da254ecd796a005d' and '8712565242226521bcae659debc6fdc1ceb03eaa'
author Ka-Hing Cheung <khc@hxbc.us>
date Fri, 08 Aug 2008 06:47:34 +0000
parents e8f75e750260 (current diff) 187a3649f04b (diff)
children 80362fb76361
files
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }