Add a note for translators, because they probably have no idea what

Fri, 08 Aug 2008 05:54:40 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Fri, 08 Aug 2008 05:54:40 +0000
changeset 23995
21770001c61b
parent 23994
da8e8e252b6e
child 24009
f95a7bac80e5

Add a note for translators, because they probably have no idea what
they're supposed to do with this.

libpurple/util.c file | annotate | diff | comparison | revisions
--- 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);
 }
 

mercurial