diff options
Diffstat (limited to 'help/C/print.page')
| -rw-r--r-- | help/C/print.page | 24 | 
1 files changed, 18 insertions, 6 deletions
| diff --git a/help/C/print.page b/help/C/print.page index 9726bee..ab08808 100644 --- a/help/C/print.page +++ b/help/C/print.page @@ -1,8 +1,18 @@ -<page xmlns="http://projectmallard.org/1.0/" +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its"        type="guide"        id="print">      <info> +        <revision pkgversion="3.35.90" date="2020-02-07"/> +        <credit type="author" its:translate="no"> +            <name>Robert Ancell</name> +            <email>robert.ancell@gmail.com</email> +        </credit> +        <credit type="author" its:translate="no"> +            <name>Ali Shtarbanov</name> +            <email>ametedinov@gmail.com</email> +        </credit> +        <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />          <link type="guide" xref="index#use"/>      </info> @@ -15,15 +25,17 @@      <steps>        <title>To Print a Document</title>        <item> -	<p>Go to the <guiseq><gui>Document</gui><gui>Print</gui> -	</guiseq> menu or use the keyboard shortcut <keyseq><key>Ctrl</key><key>P</key></keyseq>. -	This will open the "Print" dialog box. +	<p>Press the menu button in the top-right corner of the window and select +        <gui style="menuitem">Print</gui>. Alternatively, press +        <keyseq><key>Ctrl</key><key>P</key></keyseq>.  	</p>        </item>        <item> -	<p>From the "Print" dialog box choose your desired printing settings and/or Print Preview -	the document, then press the "Print" button. +	<p>Choose your desired printing settings and/or preview the document, +	then press <gui style="button">Print</gui>.  	</p> +        <note><p>See <link xref="help:gnome-help/printing" href="https://help.gnome.org/users/gnome-help/stable/printing">the +        desktop help</link> for general information on printing.</p></note>        </item>       </steps>  </page> | 
