r20315 - gnucash/trunk/src/import-export - Unify two very similar strings.

Cristian Marchi cmarchi at code.gnucash.org
Fri Feb 18 14:07:13 EST 2011


Author: cmarchi
Date: 2011-02-18 14:07:13 -0500 (Fri, 18 Feb 2011)
New Revision: 20315
Trac: http://svn.gnucash.org/trac/changeset/20315

Modified:
   gnucash/trunk/src/import-export/generic-import.glade
   gnucash/trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in
Log:
Unify two very similar strings.

Modified: gnucash/trunk/src/import-export/generic-import.glade
===================================================================
--- gnucash/trunk/src/import-export/generic-import.glade	2011-02-18 11:35:45 UTC (rev 20314)
+++ gnucash/trunk/src/import-export/generic-import.glade	2011-02-18 19:07:13 UTC (rev 20315)
@@ -738,7 +738,7 @@
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">False</property>
-            <property name="tooltip" translatable="yes">Enable the SKIP action in the transaction matcher.  If enabled, a transaction whose best match's score is in the yellow zone (above the Auto-ADD threshold but below the Auto-CLEAR threshold) will be SKIPed by default.</property>
+            <property name="tooltip" translatable="yes">Enable the SKIP action in the transaction matcher. If enabled, a transaction whose best match's score is in the yellow zone (above the Auto-ADD threshold but below the Auto-CLEAR threshold) will be skipped by default.</property>
             <property name="use_underline">True</property>
             <property name="draw_indicator">True</property>
           </widget>

Modified: gnucash/trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in
===================================================================
--- gnucash/trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in	2011-02-18 11:35:45 UTC (rev 20314)
+++ gnucash/trunk/src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in	2011-02-18 19:07:13 UTC (rev 20315)
@@ -42,7 +42,7 @@
       <locale name="C">
         <short>Enable SKIP transaction action</short>
         <long>
-          Enable the SKIP action in the transaction matcher.  If
+          Enable the SKIP action in the transaction matcher. If
           enabled, a transaction whose best match's score is in the
           yellow zone (above the Auto-ADD threshold but below the
           Auto-CLEAR threshold) will be skipped by default.



More information about the gnucash-changes mailing list