mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use " for XML attributes
This commit is contained in:
parent
c45c25c7aa
commit
ef95689d9b
@ -1727,7 +1727,7 @@
|
||||
<property name="model">imexporter-list</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name='tooltip-text' translatable='yes'>This list contains the file formats that AQBanking knows how to import. The profile list contains specializations and is populated according to which format you select in this list.</property>
|
||||
<property name="tooltip-text" translatable="yes">This list contains the file formats that AQBanking knows how to import. The profile list contains specializations and is populated according to which format you select in this list.</property>
|
||||
<child>
|
||||
<object class="GtkTreeViewColumn" id="imexporter-name">
|
||||
<property name="title" translatable="yes">File Format</property>
|
||||
@ -1776,7 +1776,7 @@
|
||||
<property name="model">profile-list</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name='tooltip-text' translatable='yes'>This lists one or more specialization templates that adjust the import for different banks' uses of fields in the selected import format.</property>
|
||||
<property name="tooltip-text" translatable="yes">This lists one or more specialization templates that adjust the import for different banks' uses of fields in the selected import format.</property>
|
||||
<!-- Request the maximum width for the profile
|
||||
list so that it doesn't change the dialog
|
||||
width when an imexporter with long
|
||||
|
Loading…
Reference in New Issue
Block a user