AUDIT: r14602 - gnucash/trunk/src/import-export/qif-import - Fix string with yet another month-year-day vs. month-day-year confusion.

Christian Stimming cstim at cvs.gnucash.org
Mon Aug 7 10:15:26 EDT 2006


Author: cstim
Date: 2006-08-07 10:15:25 -0400 (Mon, 07 Aug 2006)
New Revision: 14602
Trac: http://svn.gnucash.org/trac/changeset/14602

Modified:
   gnucash/trunk/src/import-export/qif-import/qif.glade
Log:
Fix string with yet another month-year-day vs. month-day-year confusion.
BP

Modified: gnucash/trunk/src/import-export/qif-import/qif.glade
===================================================================
--- gnucash/trunk/src/import-export/qif-import/qif.glade	2006-08-07 14:10:59 UTC (rev 14601)
+++ gnucash/trunk/src/import-export/qif-import/qif.glade	2006-08-07 14:15:25 UTC (rev 14602)
@@ -300,7 +300,7 @@
 		  <property name="visible">True</property>
 		  <property name="label" translatable="yes">The QIF file format does not specify which order the day, month, and year components of a date are printed.  In most cases, it is possible to automatically determine which format is in use in a particular file. However, in the file you have just imported there exist more than one possible format that fits the data.  
 
-Please select a date format for the file.  QIF files created by European software are likely  to be in &quot;d-m-y&quot; or day-month-year format, where US QIF files are likely to be &quot;m-d-y&quot; or month-year-day.    
+Please select a date format for the file.  QIF files created by European software are likely  to be in &quot;d-m-y&quot; or day-month-year format, where US QIF files are likely to be &quot;m-d-y&quot; or month-day-year.    
 </property>
 		  <property name="use_underline">False</property>
 		  <property name="use_markup">False</property>



More information about the gnucash-changes mailing list