r19306 - gnucash/trunk/src/libqof/qof - Bug #622953 - Enable comment for date format string again in gnucash.pot, patch by Frank H. Ellenberger.

Geert Janssens gjanssens at code.gnucash.org
Sun Jun 27 12:35:29 EDT 2010


Author: gjanssens
Date: 2010-06-27 12:35:28 -0400 (Sun, 27 Jun 2010)
New Revision: 19306
Trac: http://svn.gnucash.org/trac/changeset/19306

Modified:
   gnucash/trunk/src/libqof/qof/gnc-date.c
Log:
Bug #622953 - Enable comment for date format string again in gnucash.pot, patch by Frank H. Ellenberger.

Modified: gnucash/trunk/src/libqof/qof/gnc-date.c
===================================================================
--- gnucash/trunk/src/libqof/qof/gnc-date.c	2010-06-26 17:44:02 UTC (rev 19305)
+++ gnucash/trunk/src/libqof/qof/gnc-date.c	2010-06-27 16:35:28 UTC (rev 19306)
@@ -70,11 +70,13 @@
 #  define GNC_T_FMT "%r"
 #endif
 
-/* The default date format for use with strftime. */
 const char *gnc_default_strftime_date_format =
 #ifdef G_OS_WIN32
+/* The default date format for use with strftime in Win32. */
     N_("%B %#d, %Y")
 #else
+/* The default date format for use with strftime in other OS. */
+/* Translators: call "man strftime" for possible values. */
     N_("%B %e, %Y")
 #endif
     ;



More information about the gnucash-changes mailing list