Unify two very similar strings.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20315 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Cristian Marchi 2011-02-18 19:07:13 +00:00
parent 6a6370ba4e
commit 370bf9f2d0
2 changed files with 2 additions and 2 deletions

View File

@ -738,7 +738,7 @@ click "OK".</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</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="use_underline">True</property>
<property name="draw_indicator">True</property> <property name="draw_indicator">True</property>
</widget> </widget>

View File

@ -42,7 +42,7 @@
<locale name="C"> <locale name="C">
<short>Enable SKIP transaction action</short> <short>Enable SKIP transaction action</short>
<long> <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 enabled, a transaction whose best match's score is in the
yellow zone (above the Auto-ADD threshold but below the yellow zone (above the Auto-ADD threshold but below the
Auto-CLEAR threshold) will be skipped by default. Auto-CLEAR threshold) will be skipped by default.