mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18n - fix quote unification
Our guidelines favour double quotes over single quotes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.22.1 -->
|
||||
<!-- Generated with glade 3.22.2 -->
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.10"/>
|
||||
<object class="GtkAdjustment" id="end_row_adj">
|
||||
@@ -43,6 +43,9 @@
|
||||
<signal name="close" handler="csv_price_imp_assist_close_cb" swapped="no"/>
|
||||
<signal name="destroy" handler="csv_price_imp_assist_close_cb" swapped="no"/>
|
||||
<signal name="prepare" handler="csv_price_imp_assist_prepare_cb" swapped="no"/>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
@@ -88,7 +91,7 @@ Click on "Next" to proceed or "Cancel" to Abort Import.</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">
|
||||
Select location and file name for the Import, then click 'OK'...
|
||||
Select location and file name for the Import, then click "OK"...
|
||||
</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
@@ -1067,5 +1070,8 @@ Cancel to abort.</b></property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.22.1 -->
|
||||
<!-- Generated with glade 3.22.2 -->
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.10"/>
|
||||
<object class="GtkListStore" id="account_match_store">
|
||||
@@ -33,6 +33,9 @@
|
||||
<signal name="close" handler="csv_tximp_assist_close_cb" swapped="no"/>
|
||||
<signal name="destroy" handler="csv_tximp_assist_close_cb" swapped="no"/>
|
||||
<signal name="prepare" handler="csv_tximp_assist_prepare_cb" swapped="no"/>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
@@ -78,7 +81,7 @@ Lastly, for repeated imports the preview page has buttons to Load and Save the s
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">
|
||||
Select location and file name for the Import, then click 'OK'...
|
||||
Select location and file name for the Import, then click "OK"...
|
||||
</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
@@ -1156,5 +1159,8 @@ More information can be displayed by using the help button.</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
<child type="titlebar">
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
|
||||
Reference in New Issue
Block a user