Bug #629524: Fix redundant string.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19707 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2010-10-25 18:16:14 +00:00
parent dd81726d6d
commit 22bd33afd2
@@ -146,9 +146,9 @@ In case of an over-payment or if no invoice was selected, GnuCash will automatic
<child>
<widget class="GtkHBox" id="invoice_box">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">The invoice to be paid.
<property name="tooltip" translatable="yes">The invoice being paid.
Note that is field is optional. If you leave it blank, GnuCash will automatically assign the payment to the first unpaid invoice for this company.</property>
Note that is field is optional. If you leave it blank, GnuCash will automatically assign the payment to the first unpaid invoice for this company. </property>
<child>
<placeholder/>
</child>