officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 421593c0d99e04c0f9431b5ef04bc03d2053ca23 Author: Ayhan Yalçınsoy <[email protected]> AuthorDate: Mon Nov 2 17:26:03 2020 +0300 Commit: Heiko Tietze <[email protected]> CommitDate: Tue Nov 3 09:16:30 2020 +0100 tdf#137814: Rename Properties to Page/Slide Properties Change-Id: I0fa4c981a1dd833f14c134a33911ee31eb81748c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105186 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 55efb38f92f5..09d8dd4bb4dc 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -719,7 +719,7 @@ <value xml:lang="en-US">Format Page</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">Properties...</value> + <value xml:lang="en-US">Page Properties...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> @@ -730,7 +730,7 @@ <value xml:lang="en-US">Format Slide</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">Properties...</value> + <value xml:lang="en-US">Slide Properties...</value> </prop> <prop oor:name="TargetURL" oor:type="xs:string"> <value>.uno:PageSetup</value> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
