mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change a couple of accelerator keys in CSV Transaction export
There are a couple of items with the same mnemonic accelerator keys so change them to non conflicting ones.
This commit is contained in:
parent
3985541f48
commit
7e9463db1b
@ -451,7 +451,7 @@ Select the type of Export required and the separator that will be used.
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="show_all">
|
||||
<property name="label" translatable="yes">Show _All</property>
|
||||
<property name="label" translatable="yes">Sho_w All</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
@ -468,7 +468,7 @@ Select the type of Export required and the separator that will be used.
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="show_range">
|
||||
<property name="label" translatable="yes">Select Range:</property>
|
||||
<property name="label" translatable="yes">Select _Range:</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
@ -519,7 +519,7 @@ Select the type of Export required and the separator that will be used.
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="end_date_choose">
|
||||
<property name="label" translatable="yes">Choo_se Date:</property>
|
||||
<property name="label" translatable="yes">Cho_ose Date:</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