AUDIT: r16705 - gnucash/trunk/src/import-export - Remove extra spaces in glade messages.

Christian Stimming cstim at cvs.gnucash.org
Sun Dec 23 16:45:47 EST 2007


Author: cstim
Date: 2007-12-23 16:45:46 -0500 (Sun, 23 Dec 2007)
New Revision: 16705
Trac: http://svn.gnucash.org/trac/changeset/16705

Modified:
   gnucash/trunk/src/import-export/hbci/glade/hbci.glade
   gnucash/trunk/src/import-export/qif-import/qif.glade
Log:
Remove extra spaces in glade messages.

Pointed out by Clytie Siddal. Those will break 2 translated strings.
BP

Modified: gnucash/trunk/src/import-export/hbci/glade/hbci.glade
===================================================================
--- gnucash/trunk/src/import-export/hbci/glade/hbci.glade	2007-12-23 21:45:41 UTC (rev 16704)
+++ gnucash/trunk/src/import-export/hbci/glade/hbci.glade	2007-12-23 21:45:46 UTC (rev 16705)
@@ -86,7 +86,7 @@
 		      <child>
 			<widget class="GtkLabel" id="label8877441">
 			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">The Setup of your Online Banking connection is handled by the external program &quot;AqBanking Setup Wizard&quot;. Please press the button below to start this program.	</property>
+			  <property name="label" translatable="yes">The Setup of your Online Banking connection is handled by the external program &quot;AqBanking Setup Wizard&quot;. Please press the button below to start this program.</property>
 			  <property name="use_underline">False</property>
 			  <property name="use_markup">False</property>
 			  <property name="justify">GTK_JUSTIFY_LEFT</property>

Modified: gnucash/trunk/src/import-export/qif-import/qif.glade
===================================================================
--- gnucash/trunk/src/import-export/qif-import/qif.glade	2007-12-23 21:45:41 UTC (rev 16704)
+++ gnucash/trunk/src/import-export/qif-import/qif.glade	2007-12-23 21:45:46 UTC (rev 16705)
@@ -1119,7 +1119,7 @@
 		  <property name="visible">True</property>
 		  <property name="label" translatable="yes">If you are importing a QIF file downloaded from a bank or other financial institution, some of the information in the QIF file may duplicate information already in your GnuCash accounts.  GnuCash will try to detect duplicates of existing transactions.  
 
-On the next page, you will be asked to confirm that an existing transaction matches an imported transaction.  Imported transactions are shown on the left side of the page, and possible  matches for the selected left-hand transaction are shown  to the right.  There may be several old transactions that could match an imported transaction; you will be able to select the correct one by double-clicking in the &quot;Dup?&quot; column of the correct transaction.
+On the next page, you will be asked to confirm that an existing transaction matches an imported transaction.  Imported transactions are shown on the left side of the page, and possible matches for the selected left-hand transaction are shown to the right.  There may be several old transactions that could match an imported transaction; you will be able to select the correct one by double-clicking in the &quot;Dup?&quot; column of the correct transaction.
 
 You can control the rules used by GnuCash to find duplicate transactions in the &quot;QIF Import&quot; section of the GnuCash Preferences dialog.
 



More information about the gnucash-changes mailing list