[Libreoffice-commits] core.git: officecfg/registry
Ayhan Yalçınsoy (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 9 08:19:44 UTC 2021
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e3feffe94ae3b1ab6cc68fadc7dc5aa19363941b
Author: Ayhan Yalçınsoy <ayhanyalcinsoy at pisilinux.org>
AuthorDate: Wed Mar 3 16:14:02 2021 +0300
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Tue Mar 9 09:19:02 2021 +0100
tdf#139683: Specified PDF functions in customise dialog
Change-Id: Ic3ae51219391c8fe4e66640b5c7769fed39e149c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111904
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 6165cd8d0b61..fe562574ef86 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5098,7 +5098,7 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
</node>
<node oor:name=".uno:ExportToPDF" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">PDF</value>
+ <value xml:lang="en-US">Export as PDF</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">~Export as PDF...</value>
@@ -5112,7 +5112,7 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
</node>
<node oor:name=".uno:ExportDirectToPDF" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">PDF</value>
+ <value xml:lang="en-US">Export Directly as PDF</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">Export Directly as PDF</value>
More information about the Libreoffice-commits
mailing list