changeset 23723:187a3649f04b

Add a note for translators, because they probably have no idea what they're supposed to do with this.
author Mark Doliner <mark@kingant.net>
date Fri, 08 Aug 2008 05:54:40 +0000
parents d82d0791b8f8
children 4e5ffbe0202a
files libpurple/util.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/util.c	Thu Aug 07 18:47:36 2008 +0000
+++ b/libpurple/util.c	Fri Aug 08 05:54:40 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);
 }