diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-03-11 11:56:40 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-03-16 16:49:56 +0100 |
commit | 486f329b9589f1c795286228a513cb3751492fd2 (patch) | |
tree | 0a0e7af6b1590f15b9a9d81d95144b8476f632ba /officecfg | |
parent | daa162c20f4c7d61edc217ed44cb2854652a63ec (diff) |
tdf#140949 update "Format > Page" to "Format > Page Style" in Calc menu
Change-Id: Iffbeb1d10f48b72d6ffc1a1796dbc4fe3e698fa0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112298
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 77a9015986cf..b61385b8572d 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1704,7 +1704,7 @@ <value xml:lang="en-US">Format ~Page...</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">~Page...</value> + <value xml:lang="en-US">~Page Style...</value> </prop> <prop oor:name="PopupLabel" oor:type="xs:string"> <value xml:lang="en-US">Format Pa~ge...</value> |