mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798597 - The word "Separators" needs two separate versions
Use "Character-separated" when it's a choice between that and fixed field width and "Select Separator Character" when it's a heading.
This commit is contained in:
parent
5fda252444
commit
6be654c77d
@ -140,7 +140,7 @@ Click on "Next" to proceed or "Cancel" to Abort Import.
|
||||
<property name="column-spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="radio_comma">
|
||||
<property name="label" translatable="yes">Comma separated</property>
|
||||
<property name="label" translatable="yes">Comma (,)</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="receives-default">False</property>
|
||||
@ -156,7 +156,7 @@ Click on "Next" to proceed or "Cancel" to Abort Import.
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="radio_semi">
|
||||
<property name="label" translatable="yes">Semicolon separated</property>
|
||||
<property name="label" translatable="yes">Semicolon (;)</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="receives-default">False</property>
|
||||
@ -188,7 +188,7 @@ Click on "Next" to proceed or "Cancel" to Abort Import.
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="radio_colon">
|
||||
<property name="label" translatable="yes">Colon separated</property>
|
||||
<property name="label" translatable="yes">Colon (:)</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="receives-default">False</property>
|
||||
@ -214,7 +214,7 @@ Click on "Next" to proceed or "Cancel" to Abort Import.
|
||||
<object class="GtkLabel" id="label6">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Select Separator Type</property>
|
||||
<property name="label" translatable="yes">Select Separator Character</property>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -211,7 +211,7 @@ Select the type of Export required and the separator that will be used.
|
||||
<object class="GtkLabel" id="label2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Separators</property>
|
||||
<property name="label" translatable="yes">Select Separator Character</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
|
@ -222,7 +222,7 @@ There are two reserved names which can't be used to save custom settings:
|
||||
<property name="can-focus">False</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="csv_button">
|
||||
<property name="label" translatable="yes">Separators</property>
|
||||
<property name="label" translatable="yes">Character-separated</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="receives-default">False</property>
|
||||
|
@ -211,7 +211,7 @@ There are two reserved names which can't be used to save custom settings:
|
||||
<property name="can-focus">False</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="csv_button">
|
||||
<property name="label" translatable="yes">Separators</property>
|
||||
<property name="label" translatable="yes">Character-separated</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="receives-default">False</property>
|
||||
|
Loading…
Reference in New Issue
Block a user