sw/uiconfig/swriter/ui/gotopagedialog.ui |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ff68d7d5f5a29c7bd2016914d43628d11015eb5e
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Thu Dec 30 21:24:59 2021 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri Dec 31 13:21:28 2021 +0100

    tdf#146472: Missing page count in Go to Page dialog for some locales
    
    See https://bugs.documentfoundation.org/show_bug.cgi?id=146472#c2
    and https://bugs.documentfoundation.org/show_bug.cgi?id=146472#c3
    
    The _ is added by use_underline/use-underline
    In the case of Czech language, "z" was used as the shortcut for 
_Cancel/_Zrušit
    and since "of" is translated "z", the "_" had been put before the 1
    and "z $1" was transformed into "z $_1"
    
    So let's remove the shortcut for "page_count"
    
    Change-Id: I11a03cf11cafe108f77f4b6427fa66b1686d0ea7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127769
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/uiconfig/swriter/ui/gotopagedialog.ui 
b/sw/uiconfig/swriter/ui/gotopagedialog.ui
index 72692ac963bc..2edc018238f5 100644
--- a/sw/uiconfig/swriter/ui/gotopagedialog.ui
+++ b/sw/uiconfig/swriter/ui/gotopagedialog.ui
@@ -72,7 +72,6 @@
                 <property name="can_focus">False</property>
                 <property name="hexpand">True</property>
                 <property name="label" translatable="yes" 
context="gotopagedialog|page_count">of $1</property>
-                <property name="use_underline">True</property>
                 <property name="xalign">0</property>
               </object>
               <packing>

Reply via email to