Skip to content

Commit

Permalink
Use " for XML attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcohen committed May 13, 2023
1 parent c45c25c commit ef95689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnucash/import-export/aqb/dialog-ab.glade
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ef95689

Please sign in to comment.