pidgin: 87125652: Add a note for translators, because they...
markdoliner at pidgin.im
markdoliner at pidgin.im
Fri Aug 8 02:00:48 EDT 2008
-----------------------------------------------------------------
Revision: 8712565242226521bcae659debc6fdc1ceb03eaa
Ancestor: a84d29741cb499f1788f9cf39cd33c14b3d440f2
Author: markdoliner at pidgin.im
Date: 2008-08-08T05:54:40
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/8712565242226521bcae659debc6fdc1ceb03eaa
Modified files:
libpurple/util.c
ChangeLog:
Add a note for translators, because they probably have no idea what
they're supposed to do with this.
-------------- next part --------------
============================================================
--- libpurple/util.c d2862b544833aff0243e38c2c411766d156516ba
+++ libpurple/util.c 2851fe33372524e5cf129907982ac4a0443dd716
@@ -718,6 +718,12 @@ purple_date_format_long(const struct tm
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);
}
More information about the Commits
mailing list