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:
John Ralls 2023-05-05 14:37:57 -07:00
parent 5fda252444
commit 6be654c77d
4 changed files with 7 additions and 7 deletions

View File

@ -140,7 +140,7 @@ Click on "Next" to proceed or "Cancel" to Abort Import.
<property name="column-spacing">6</property> <property name="column-spacing">6</property>
<child> <child>
<object class="GtkRadioButton" id="radio_comma"> <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="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>
@ -156,7 +156,7 @@ Click on "Next" to proceed or "Cancel" to Abort Import.
</child> </child>
<child> <child>
<object class="GtkRadioButton" id="radio_semi"> <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="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>
@ -188,7 +188,7 @@ Click on "Next" to proceed or "Cancel" to Abort Import.
</child> </child>
<child> <child>
<object class="GtkRadioButton" id="radio_colon"> <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="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</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"> <object class="GtkLabel" id="label6">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</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> <property name="use-markup">True</property>
</object> </object>
</child> </child>

View File

@ -211,7 +211,7 @@ Select the type of Export required and the separator that will be used.
<object class="GtkLabel" id="label2"> <object class="GtkLabel" id="label2">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Separators</property> <property name="label" translatable="yes">Select Separator Character</property>
<attributes> <attributes>
<attribute name="weight" value="bold"/> <attribute name="weight" value="bold"/>
</attributes> </attributes>

View File

@ -222,7 +222,7 @@ There are two reserved names which can't be used to save custom settings:
<property name="can-focus">False</property> <property name="can-focus">False</property>
<child> <child>
<object class="GtkRadioButton" id="csv_button"> <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="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>

View File

@ -211,7 +211,7 @@ There are two reserved names which can't be used to save custom settings:
<property name="can-focus">False</property> <property name="can-focus">False</property>
<child> <child>
<object class="GtkRadioButton" id="csv_button"> <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="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>