diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-04-07 12:28:34 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-04-07 16:51:54 +0200 |
commit | d6ba91f1d3a845fb6684b296ce23077981ef307e (patch) | |
tree | 7b66dd1d55626d07531ab691bc95885cf8105d95 /source | |
parent | d5de0b43d57142eca8fab90fca1ca119cffb6039 (diff) |
tdf#148443 corrections to print icons and labels
Basic problem was that the wrong icon was shown for Print Directly
and wrong label was shown for the Print icon. The following changes
correct these problems.
text/shared/00/00000401.xhp
* correction to Print icon label
text/shared/02/01110000.xhp
*refactor to <h1>
*add correct icon table for print directly, with section label
text/shared/main0201.xhp
*change the icon embed to the newly added print directly
Change-Id: I7a094f016c5e30881abee3db5d13589f1512ba36
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132611
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/00/00000401.xhp | 10 | ||||
-rw-r--r-- | source/text/shared/02/01110000.xhp | 17 | ||||
-rw-r--r-- | source/text/shared/main0201.xhp | 2 |
3 files changed, 21 insertions, 8 deletions
diff --git a/source/text/shared/00/00000401.xhp b/source/text/shared/00/00000401.xhp index d3e623a459..14d883cb81 100644 --- a/source/text/shared/00/00000401.xhp +++ b/source/text/shared/00/00000401.xhp @@ -150,7 +150,7 @@ </section> </section> <section id="sysaveas"> -<table id=""> +<table id="tab_id831649342786696"> <tablerow> <tablecell> <paragraph role="paragraph" id="par_idN10F11" xml-lang="en-US"> @@ -200,7 +200,7 @@ <section id="view"> <paragraph role="paragraph" id="par_id3154930" xml-lang="en-US">Menu <menuitem>File - Print Preview</menuitem>.</paragraph> <section id="syprint_preview"> -<table id=""> +<table id="tab_id61649342795496"> <tablerow> <tablecell> <paragraph role="paragraph" id="par_idN11366" xml-lang="en-US"> @@ -221,7 +221,7 @@ <section id="sendmail"> <paragraph role="paragraph" id="par_id3145386" xml-lang="en-US">Choose <menuitem>File - Send - Email Document</menuitem>.</paragraph> <section id="sysendmail"> -<table id=""> +<table id="tab_id231649342812577"> <tablerow> <tablecell> <paragraph role="paragraph" id="par_idN113AB" xml-lang="en-US"> @@ -300,10 +300,10 @@ <tablerow> <tablecell> <paragraph role="paragraph" id="par_id3155187" xml-lang="en-US"> -<image id="img_id3153318" src="cmd/sc_print.png" width="1cm" height="1cm"><alt id="alt_id3153318" xml-lang="en-US">Icon Print File Directly</alt></image></paragraph> +<image id="img_id3153318" src="cmd/sc_print.png" width="1cm" height="1cm"><alt id="alt_id3153318" xml-lang="en-US">Print Icon</alt></image></paragraph> </tablecell> <tablecell> -<paragraph role="paragraph" id="par_id3151268" xml-lang="en-US">Print File Directly</paragraph> +<paragraph role="paragraph" id="par_id3151268" xml-lang="en-US">Print</paragraph> </tablecell> </tablerow> </table> diff --git a/source/text/shared/02/01110000.xhp b/source/text/shared/02/01110000.xhp index 842d07f923..df313347aa 100644 --- a/source/text/shared/02/01110000.xhp +++ b/source/text/shared/02/01110000.xhp @@ -32,11 +32,24 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153539"><bookmark_value>printing; directly</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:PrintDefault" id="bm_id3144436" localize="false"/> -<paragraph role="heading" id="hd_id3153539" xml-lang="en-US" level="1"><link href="text/shared/02/01110000.xhp" name="Print File Directly">Print File Directly</link></paragraph> +<h1 id="hd_id3153539" xml-lang="en-US"><link href="text/shared/02/01110000.xhp" name="Print File Directly">Print File Directly</link></h1> <paragraph role="paragraph" id="par_id3154398" xml-lang="en-US"><ahelp hid=".uno:PrintDefault">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href="text/shared/01/01140000.xhp" name="Printer Settings"><emph>Printer Settings</emph></link> menu command.</paragraph> </section> <paragraph role="paragraph" id="par_id3147275" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you select text or a graphic and click the <emph>Print File Direct</emph> icon, you are prompted to print the selection or the document.</caseinline></switchinline></paragraph> -<embed href="text/shared/00/00000401.xhp#syprint"/> +<section id="syprint_directly"> +<table id="tab_id851649333208955"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id721649333208955"> +<image src="cmd/lc_printdefault.svg" id="img_id561649333208955" width="1cm" height="1cm"><alt id="alt_id161649333208955">Print File Directly Icon</alt></image> + </paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id891649333208955" role="paragraph">Print File Directly</paragraph> + </tablecell> + </tablerow> +</table> +</section> <switch select="sys"> <case select="WIN"> <paragraph role="note" id="par_id9547105" xml-lang="en-US">If the current document uses a printer that is not the default printer for your operating system, the <emph>Print File Direct</emph> icon opens the <link href="text/shared/01/01130000.xhp"><emph>Print</emph></link> dialog.</paragraph> diff --git a/source/text/shared/main0201.xhp b/source/text/shared/main0201.xhp index e042cec531..10dfacdb72 100644 --- a/source/text/shared/main0201.xhp +++ b/source/text/shared/main0201.xhp @@ -48,7 +48,7 @@ <embed href="text/shared/01/ref_pdf_export.xhp#pdf_export"/> <embed href="text/shared/00/00000401.xhp#syexportpdf"/> <embed href="text/shared/02/01110000.xhp#print_directly"/> -<embed href="text/shared/00/00000401.xhp#syprint"/> +<embed href="text/shared/02/01110000.xhp#syprint_directly"/> <switch select="appl"> <case select="WRITER"><embed href="text/swriter/01/01120000.xhp#printpreview"/> <embed href="text/shared/00/00000401.xhp#syprint_preview"/> |