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/+/127790
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>