diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2023-11-18 20:54:15 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-11-18 22:09:57 +0100 |
commit | 579bf8dd91ebc66108f8710452ea2280c81c1223 (patch) | |
tree | 9057c10e0bb623a356b5d16b698f9a5fe10cc02a /source | |
parent | 7137f1de0c227bb33997436ec5e64bea05d1b6b5 (diff) |
use "export" instead of "print" at PDF export options page
Change-Id: I1c1bfcfab57b74129c5bb60fad89376c88e64dfd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159638
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/guide/pdf_params.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/guide/pdf_params.xhp b/source/text/shared/guide/pdf_params.xhp index 0dd3c5b071..54819807b0 100644 --- a/source/text/shared/guide/pdf_params.xhp +++ b/source/text/shared/guide/pdf_params.xhp @@ -70,15 +70,15 @@ <paragraph id="par_id201682092689086" localize="false" role="tablecontent"><literal>PageRange</literal></paragraph> </tablecell> <tablecell> - <paragraph id="par_id21682092689099" role="tablecontent"> If this property is set, it indicates the range of pages to be printed. </paragraph> - <paragraph role="tablecontent" id="par_id611682092936607">To print all the pages, leave this property unset.</paragraph> + <paragraph id="par_id21682092689099" role="tablecontent"> If this property is set, it indicates the range of pages to be exported. </paragraph> + <paragraph role="tablecontent" id="par_id611682092936607">To export all the pages, leave this property unset.</paragraph> <paragraph role="tablecontent" id="par_id481682092945791">To export a selection, leave this property unset and set only the property <literal>Selection</literal>.</paragraph> </tablecell> <tablecell> <paragraph id="par_id71682092689100" localize="false" role="tablecontent">string</paragraph> </tablecell> <tablecell> - <paragraph id="par_id72682092689100" role="tablecontent">Empty (all pages are printed)</paragraph> + <paragraph id="par_id72682092689100" role="tablecontent">Empty (all pages are exported)</paragraph> </tablecell> </tablerow> <tablerow> |