diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-07-20 00:54:46 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-07-20 17:32:20 +0200 |
commit | 2d466a95fc3c35c7ef00e6d6d8b97d4721372173 (patch) | |
tree | e0dbf3edb6757d82517dd8cd39552e9c32616a9e /svx/uiconfig/ui | |
parent | 4a49644c97c0f2c3e14a931592f28044a8596425 (diff) |
tdf#92610 Fix missing/conflicting accelerators on Header/Footer tab page
Change-Id: I54099745b1246b474d2f389b7c87abb18d944cab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137241
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/headfootformatpage.ui | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/svx/uiconfig/ui/headfootformatpage.ui b/svx/uiconfig/ui/headfootformatpage.ui index f5434675657b..72e0f8c6c277 100644 --- a/svx/uiconfig/ui/headfootformatpage.ui +++ b/svx/uiconfig/ui/headfootformatpage.ui @@ -109,7 +109,7 @@ <property name="margin-start">12</property> <child> <object class="GtkCheckButton" id="checkSameLR"> - <property name="label" translatable="yes" context="headfootformatpage|checkSameLR">Same _content on left and right pages</property> + <property name="label" translatable="yes" context="headfootformatpage|checkSameLR">Same co_ntent on left and right pages</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -125,7 +125,7 @@ </child> <child> <object class="GtkCheckButton" id="checkSameFP"> - <property name="label" translatable="yes" context="headfootformatpage|checkSameFP">Same content on first page</property> + <property name="label" translatable="yes" context="headfootformatpage|checkSameFP">Same content on first _page</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -249,7 +249,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="label" translatable="yes" context="headfootformatpage|labelHeight">_Height:</property> + <property name="label" translatable="yes" context="headfootformatpage|labelHeight">Heigh_t:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">spinHeight</property> <property name="ellipsize">end</property> @@ -299,10 +299,11 @@ <property name="layout_style">start</property> <child> <object class="GtkButton" id="buttonMore"> - <property name="label" translatable="yes" context="headfootformatpage|buttonMore">More...</property> + <property name="label" translatable="yes" context="headfootformatpage|buttonMore">_More...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> |