r14606 - gnucash/branches/2.0/src/import-export/qif-import - Fix string with yet another month-year-day vs. month-day-year confusion. Back-ported from trunk, r14602.

Christian Stimming cstim at cvs.gnucash.org
Tue Aug 8 04:57:51 EDT 2006


Author: cstim
Date: 2006-08-08 04:57:50 -0400 (Tue, 08 Aug 2006)
New Revision: 14606
Trac: http://svn.gnucash.org/trac/changeset/14606

Modified:
   gnucash/branches/2.0/src/import-export/qif-import/qif.glade
Log:
Fix string with yet another month-year-day vs. month-day-year confusion. Back-ported from trunk, r14602.

Modified: gnucash/branches/2.0/src/import-export/qif-import/qif.glade
===================================================================
--- gnucash/branches/2.0/src/import-export/qif-import/qif.glade	2006-08-08 08:57:01 UTC (rev 14605)
+++ gnucash/branches/2.0/src/import-export/qif-import/qif.glade	2006-08-08 08:57:50 UTC (rev 14606)
@@ -330,7 +330,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