From ff68d7d5f5a29c7bd2016914d43628d11015eb5e Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 30 Dec 2021 21:24:59 +0100 Subject: tdf#146472: Missing page count in Go to Page dialog for some locales MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- sw/uiconfig/swriter/ui/gotopagedialog.ui | 1 - 1 file changed, 1 deletion(-) 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 @@ False True of $1 - True 0 -- cgit