svx/uiconfig/ui/headfootformatpage.ui |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 2d466a95fc3c35c7ef00e6d6d8b97d4721372173
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Wed Jul 20 00:54:46 2022 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Wed Jul 20 17:32:20 2022 +0200

    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.behr...@allotropia.de>

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>

Reply via email to