diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-10 13:37:46 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-10 14:52:46 +0200 |
commit | 7c54dfe7b8822cebd314347bb643ce61477095b1 (patch) | |
tree | 4e3f413a3ffcbdb4ab101e3a6e7755ebe2c5aac4 /sw/uiconfig/swriter/ui/flddocinfopage.ui | |
parent | 46772b2dbbc269c2e83f00af2cd864fb64ccf425 (diff) |
tdf#129935 improve accelerator key choices for Edit Fields dialog
- original problem was that OK and Format had same accelerator key 'o'
- changed other "doubled" accelerator keys
- added accelerator key for 'Level' in Document Field
- make consistency across the different Edit dialogs.
Change-Id: I55e166a907714bcf451e9e060ded3c08d84abf61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104148
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/uiconfig/swriter/ui/flddocinfopage.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/flddocinfopage.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/flddocinfopage.ui b/sw/uiconfig/swriter/ui/flddocinfopage.ui index 508bee0581ac..e355c7cad879 100644 --- a/sw/uiconfig/swriter/ui/flddocinfopage.ui +++ b/sw/uiconfig/swriter/ui/flddocinfopage.ui @@ -166,7 +166,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="flddocinfopage|label2">S_elect</property> + <property name="label" translatable="yes" context="flddocinfopage|label2">_Select</property> <property name="use_underline">True</property> <property name="xalign">0</property> <attributes> @@ -248,7 +248,7 @@ </child> <child> <object class="GtkCheckButton" id="fixed"> - <property name="label" translatable="yes" context="flddocinfopage|fixed">_Fixed content</property> + <property name="label" translatable="yes" context="flddocinfopage|fixed">Fi_xed content</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -275,7 +275,7 @@ <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="flddocinfopage|label3">F_ormat</property> + <property name="label" translatable="yes" context="flddocinfopage|label3">_Format</property> <property name="use_underline">True</property> <property name="xalign">0</property> <attributes> |