diff options
author | Ayhan Yalçınsoy <ayhanyalcinsoy@pisilinux.org> | 2021-03-03 16:14:02 +0300 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-03-09 09:19:02 +0100 |
commit | e3feffe94ae3b1ab6cc68fadc7dc5aa19363941b (patch) | |
tree | 27e25e19dc1d6d51b931368dac80091837677898 /officecfg/registry | |
parent | d2a45762f1b5f1c7093469e34d9f56defa88e9e4 (diff) |
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@documentfoundation.org>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
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> |