mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix help_label of dialog-doclink.glade
Additonal remove question mark from Available and insert missing spaces into the Business Item variant.
This commit is contained in:
@@ -991,7 +991,7 @@ gnc_doclink_dialog_create (GtkWindow *parent, DoclinkDialog *doclink_dialog)
|
||||
"\t\tDouble click on the entry in the Id column to jump to the "
|
||||
"Business Item.\n\t\tDouble click on the entry in the Link column "
|
||||
"to open the Linked Document.\n\t\tDouble click on the entry in "
|
||||
"the Available? column to modify the document link.");
|
||||
"the Available column to modify the document link.");
|
||||
|
||||
/* Translators: This is the label of a dialog box that lists all of the
|
||||
invoices, bills, and vouchers that have files or URIs linked with
|
||||
|
||||
@@ -671,7 +671,7 @@
|
||||
<child>
|
||||
<object class="GtkTreeViewColumn" id="available">
|
||||
<property name="resizable">True</property>
|
||||
<property name="title" translatable="yes">Available ?</property>
|
||||
<property name="title" translatable="yes">Available</property>
|
||||
<property name="alignment">0.5</property>
|
||||
<property name="sort_column_id">5</property>
|
||||
<child>
|
||||
@@ -730,7 +730,9 @@
|
||||
<property name="can_focus">False</property>
|
||||
<property name="margin_top">3</property>
|
||||
<property name="margin_bottom">3</property>
|
||||
<property name="label" translatable="yes">"\t\tDouble click on the entry in the Description column to jump to the Transaction.\n\t\tDouble click on the entry in the Link column to open the Linked Document.\n\t\tDouble click on the entry in the Available? column to modify the document link."</property>
|
||||
<property name="label" translatable="yes">Double click on the entry in the Description column to jump to the Transaction.
|
||||
Double click on the entry in the Link column to open the Linked Document.
|
||||
Double click on the entry in the Available column to modify the document link.</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
||||
Reference in New Issue
Block a user