mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
6a6370ba4e
commit
370bf9f2d0
@ -738,7 +738,7 @@ click "OK".</property>
|
||||
<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>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user