[gnome-user-docs] Update printing* pages
- From: Petr Kovář <pmkovar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-docs] Update printing* pages
- Date: Tue, 29 Sep 2015 21:02:17 +0000 (UTC)
commit 14c1745d9a2cc80147fb8a18d1eaa865885dd10b
Author: Petr Kovar <pkovar redhat com>
Date: Tue Sep 29 16:58:33 2015 -0400
Update printing* pages
gnome-help/C/printing-2sided.page | 6 ++--
gnome-help/C/printing-booklet-duplex.page | 32 ++++++++++++++-------
gnome-help/C/printing-booklet-singlesided.page | 31 ++++++++++++---------
gnome-help/C/printing-booklet.page | 1 +
gnome-help/C/printing-cancel-job.page | 7 +++--
gnome-help/C/printing-differentsize.page | 8 +++---
gnome-help/C/printing-envelopes.page | 20 +++++++------
gnome-help/C/printing-inklevel.page | 3 +-
gnome-help/C/printing-name-location.page | 14 +++++----
gnome-help/C/printing-order.page | 24 ++++++++--------
gnome-help/C/printing-paperjam.page | 1 +
gnome-help/C/printing-select.page | 10 +++---
gnome-help/C/printing-setup-default-printer.page | 6 +++-
gnome-help/C/printing-setup.page | 10 ++++---
gnome-help/C/printing-streaks.page | 25 +++++++++--------
gnome-help/C/printing-to-file.page | 8 +++---
16 files changed, 117 insertions(+), 89 deletions(-)
---
diff --git a/gnome-help/C/printing-2sided.page b/gnome-help/C/printing-2sided.page
index 892241c..00e8345 100644
--- a/gnome-help/C/printing-2sided.page
+++ b/gnome-help/C/printing-2sided.page
@@ -7,6 +7,7 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Phil Bull</name>
@@ -28,9 +29,8 @@
<steps>
<item>
- <p>Open the print dialog. This can normally be done through
- <gui style="menuitem">Print</gui> in the menu or using the
- <keyseq><key>Ctrl</key><key>P</key></keyseq> keyboard shortcut.</p>
+ <p>Open the print dialog by pressing
+ <keyseq><key>Ctrl</key><key>P</key></keyseq>.</p>
</item>
<item>
<p>Go to the <gui>Page Setup</gui> tab of the Print window and choose an
diff --git a/gnome-help/C/printing-booklet-duplex.page b/gnome-help/C/printing-booklet-duplex.page
index 2c93b89..7640389 100644
--- a/gnome-help/C/printing-booklet-duplex.page
+++ b/gnome-help/C/printing-booklet-duplex.page
@@ -7,15 +7,20 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="review"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="candidate"/>
<credit type="author">
<name>Tiffany Antopolski</name>
<email>tiffany antopolski com</email>
</credit>
+ <credit type="author editor">
+ <name>Petr Kovar</name>
+ <email>pknbe volny cz</email>
+ </credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
- <desc>Print folded booklets (like a book or pamphlet) using normal
+ <desc>Print folded booklets (like a book or pamphlet) from a PDF using normal
A4/Letter-size paper.</desc>
</info>
@@ -41,8 +46,15 @@
<keyseq><key>Ctrl</key><key>P</key></keyseq> keyboard shortcut.</p>
</item>
<item>
- <p>Go to the <gui>General</gui> tab. Under <gui>Range</gui>, choose
- <gui>Pages</gui>.</p>
+ <p>Click the <gui>Properties...</gui> button </p>
+ <p>In the <gui>Orientation</gui> drop-down list, make sure that
+ <gui>Landscape</gui> is selected.</p>
+ <p>In the <gui>Duplex</gui> drop-down list, select <gui>Short Edge</gui>.
+ </p>
+ <p>Click <gui>OK</gui> to go back to the print dialog.</p>
+ </item>
+ <item>
+ <p>Under <gui>Range and Copies</gui>, choose <gui>Pages</gui>.</p>
</item>
<item>
<p>Type the numbers of the pages in this order (n is the total number of
@@ -53,17 +65,15 @@
<list>
<item><p>4 page booklet: Type <input>4,1,2,3</input></p></item>
<item><p>8 page booklet: Type <input>8,1,2,7,6,3,4,5</input></p></item>
- <item><p>20 page booklet: Type
<input>20,1,2,19,18,3,4,17,16,5,6,15,14,7,8,13,12,9,10,11</input></p></item>
+ <item><p>20 page booklet: Type
+ <input>20,1,2,19,18,3,4,17,16,5,6,15,14,7,8,13,12,9,10,11</input></p></item>
</list>
</item>
<item>
- <p>Now, go to the <gui>Page Setup</gui> tab.</p>
- <p>Under <gui>Layout</gui>, in the <gui>Two-sided</gui> drop-down list,
- select <gui>Short Edge (Flip)</gui>.</p>
- <p>In the <gui>Pages per side</gui> drop-down list, select
- <gui>2</gui>.</p>
- <p>In the <gui>Page ordering</gui> menu, select <gui>Left to
- right</gui>.</p>
+ <p>Choose the <gui>Page Layout</gui> tab.</p>
+ <p>Under <gui>Layout</gui>, select <gui>Brochure</gui>.</p>
+ <p>Under <gui>Page Sides</gui>, in the <gui>Include</gui> drop-down list,
+ select <gui>All pages</gui>.</p>
</item>
<item>
<p>Click <gui>Print</gui>.</p>
diff --git a/gnome-help/C/printing-booklet-singlesided.page b/gnome-help/C/printing-booklet-singlesided.page
index dbe92ec..176c307 100644
--- a/gnome-help/C/printing-booklet-singlesided.page
+++ b/gnome-help/C/printing-booklet-singlesided.page
@@ -7,15 +7,20 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="review"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="candidate"/>
<credit type="author">
<name>Tiffany Antopolski</name>
<email>tiffany antopolski com</email>
</credit>
+ <credit type="author editor">
+ <name>Petr Kovar</name>
+ <email>pknbe volny cz</email>
+ </credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
- <desc></desc>
+ <desc>Print a booklet from a PDF using a single-sided printer.</desc>
</info>
<title>Print a booklet on a single-sided printer</title>
@@ -38,10 +43,13 @@
<keyseq><key>Ctrl</key><key>P</key></keyseq> keyboard shortcut.</p>
</item>
<item>
- <p>Choose the <gui>General</gui> tab.</p>
- <p>Under <gui>Range</gui>, choose <gui>Pages</gui>.</p>
+ <p>Click the <gui>Properties...</gui> button </p>
+ <p>In the <gui>Orientation</gui> drop-down list, make sure that
+ <gui>Landscape</gui> is selected.</p>
+ <p>Click <gui>OK</gui> to go back to the print dialog.</p>
</item>
<item>
+ <p>Under <gui>Range and Copies</gui>, choose <gui>Pages</gui>.</p>
<p>Type the numbers of the pages in this order (n is the total number of
pages, and a multiple of 4):</p>
<p>n, 1, 2, n-1, n-2, 3, 4, n-3, n-4, 5, 6, n-5, n-6, 7, 8, n-7, n-8, 9,
@@ -57,14 +65,10 @@
</note>
</item>
<item>
- <p>Choose the <gui>Page Setup</gui> tab.</p>
- <p>Under <gui>Layout</gui>, in the <gui>Two-sided</gui> drop-down list,
- select <gui>One Sided</gui>.</p>
- <p>In the <gui>Pages per side</gui> drop-down list, select
- <gui>2</gui>.</p>
- <p>In the <gui>Page ordering</gui> drop-down list, select <gui>Left to
- right</gui>.</p>
- <p>In the <gui>Only print</gui> menu, select <gui>Odd sheets</gui>.</p>
+ <p>Choose the <gui>Page Layout</gui> tab.</p>
+ <p>Under <gui>Layout</gui>, select <gui>Brochure</gui>.</p>
+ <p>Under <gui>Page Sides</gui>, in the <gui>Include</gui> drop-down list,
+ select <gui>Front sides / right pages</gui>.</p>
</item>
<item>
<p>Click <gui>Print</gui>.</p>
@@ -79,8 +83,9 @@
<keyseq><key>Ctrl</key><key>P</key></keyseq> keyboard shortcut.</p>
</item>
<item>
- <p>Choose the <gui>Page Setup</gui> tab.</p>
- <p>In the <gui>Only print</gui> menu, select <gui>Even sheets</gui>.</p>
+ <p>Choose the <gui>Page Layout</gui> tab.</p>
+ <p>Under <gui>Page Sides</gui>, in the <gui>Include</gui> drop-down list,
+ select <gui>Back sides / left pages</gui>.</p>
</item>
<item>
<p>Click <gui>Print</gui>.</p>
diff --git a/gnome-help/C/printing-booklet.page b/gnome-help/C/printing-booklet.page
index 883e0c5..480d04a 100644
--- a/gnome-help/C/printing-booklet.page
+++ b/gnome-help/C/printing-booklet.page
@@ -7,6 +7,7 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="review"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Tiffany Antopolski</name>
diff --git a/gnome-help/C/printing-cancel-job.page b/gnome-help/C/printing-cancel-job.page
index 1e90dfc..bb2f614 100644
--- a/gnome-help/C/printing-cancel-job.page
+++ b/gnome-help/C/printing-cancel-job.page
@@ -8,6 +8,7 @@
<revision pkgversion="3.10.2" date="2013-11-03" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Phil Bull</name>
@@ -46,7 +47,7 @@
start typing <gui>Printers</gui>.</p>
</item>
<item>
- <p>Click on <gui>Printers</gui> to open the panel.</p>
+ <p>Click <gui>Printers</gui> to open the panel.</p>
</item>
<item>
<p>Click the <gui>Show Jobs</gui> button on the right-hand side of the
@@ -68,7 +69,7 @@
<note style="warning">
<p>Be careful that you don't damage the printer when removing the paper,
- though - if you would have to pull hard on the paper to remove it, you
+ though. If you would have to pull hard on the paper to remove it, you
should probably just leave it where it is.</p>
</note>
@@ -86,7 +87,7 @@
start typing <gui>Printers</gui>.</p>
</item>
<item>
- <p>Click on <gui>Printers</gui> to open the panel.</p>
+ <p>Click <gui>Printers</gui> to open the panel.</p>
</item>
<item>
<p>Click the <gui>Show Jobs</gui> button on the right-hand side of the
diff --git a/gnome-help/C/printing-differentsize.page b/gnome-help/C/printing-differentsize.page
index 1496b51..4ccac60 100644
--- a/gnome-help/C/printing-differentsize.page
+++ b/gnome-help/C/printing-differentsize.page
@@ -7,6 +7,7 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Phil Bull</name>
@@ -34,9 +35,8 @@
<steps>
<item>
- <p>Open the print dialog. This can normally be done through
- <gui style="menuitem">Print</gui> in the menu or using the
- <keyseq><key>Ctrl</key><key>P</key></keyseq> keyboard shortcut.</p>
+ <p>Open the print dialog by pressing
+ <keyseq><key>Ctrl</key><key>P</key></keyseq>.</p>
</item>
<item>
<p>Select the <gui>Page Setup</gui> tab.</p>
@@ -46,7 +46,7 @@
from the drop-down list.</p>
</item>
<item>
- <p>Click <gui>Print</gui> and your document should print.</p>
+ <p>Click <gui>Print</gui> to print your document.</p>
</item>
</steps>
diff --git a/gnome-help/C/printing-envelopes.page b/gnome-help/C/printing-envelopes.page
index aa4d9b9..7ffbb6a 100644
--- a/gnome-help/C/printing-envelopes.page
+++ b/gnome-help/C/printing-envelopes.page
@@ -7,6 +7,7 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="candidate"/>
<credit type="author">
<name>Phil Bull</name>
@@ -19,23 +20,24 @@
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
- <desc>Make sure that you have the envelope/label the right way up, and have
+ <desc>Make sure that you have the envelope the right way up, and have
chosen the correct paper size.</desc>
</info>
- <title>Print envelopes and labels</title>
+ <title>Print envelopes</title>
- <p>Most printers will allow you to print directly onto an envelope or sheet
- of labels. This is especially useful if you have a lot of letters to send,
+ <p>Most printers will allow you to print directly onto an envelope<!-- or sheet
+ of labels-->. This is especially useful if you have a lot of letters to send,
for example.</p>
<section id="envelope">
<title>Printing onto envelopes</title>
<p>There are two things you need to check when trying to print onto an
- envelope. The first is that your printer knows what size the envelope is.
- After you click <gui>Print</gui> and the Print window appears, go to the
- <gui>Page Setup</gui> tab and choose the <gui>Paper type</gui> as "Envelope"
+ envelope.</p>
+ <p>The first is that your printer knows what size the envelope is. Press
+ <keyseq><key>Ctrl</key><key>P</key></keyseq> to open the Print dialog, go to
+ the <gui>Page Setup</gui> tab and choose the <gui>Paper type</gui> as "Envelope"
if you can. If you cannot do this, see if you can change the <gui>Paper
size</gui> to an envelope size (for example, <gui>C5</gui>). The pack of
envelopes will say what size they are; most envelopes come in standard
@@ -49,14 +51,14 @@
<note style="warning">
<p>Some printers are not designed to be able to print envelopes, especially
some laser printers. Check your printer's manual to see if it accepts
- envelopes; otherwise, you could damage the printer by feeding an envelope
+ envelopes. Otherwise, you could damage the printer by feeding an envelope
in.</p>
</note>
</section>
<!--
-INCOMPLETE: Please write this section!
+TODO: Please write this section!
<section id="labels">
<title>Printing labels</title>
diff --git a/gnome-help/C/printing-inklevel.page b/gnome-help/C/printing-inklevel.page
index 5f4b941..d296817 100644
--- a/gnome-help/C/printing-inklevel.page
+++ b/gnome-help/C/printing-inklevel.page
@@ -7,6 +7,7 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Anita Reitere</name>
@@ -18,7 +19,7 @@
<desc>Check the amount of ink or toner left in printer cartridges.</desc>
</info>
- <title>How can I check my printer's ink/toner levels?</title>
+ <title>How can I check my printer's ink or toner levels?</title>
<p>How you check how much ink or toner is left in your printer depends on
the model and manufacturer of your printer, and the drivers and applications
diff --git a/gnome-help/C/printing-name-location.page b/gnome-help/C/printing-name-location.page
index 70d2b40..11890a9 100644
--- a/gnome-help/C/printing-name-location.page
+++ b/gnome-help/C/printing-name-location.page
@@ -5,9 +5,11 @@
<info>
<link type="guide" xref="printing#setup"/>
+ <link type="seealso" xref="user-admin-explain"/>
<revision pkgversion="3.10.2" date="2013-11-03" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author copyright">
<name>Jana Svarova</name>
@@ -30,8 +32,8 @@
settings.</p>
<note>
- <p>You need administrative privileges on the system to change the name or
- location of a printer.</p>
+ <p>You need <link xref="user-admin-explain">administrative privileges</link>
+ on the system to change the name or location of a printer.</p>
</note>
<section id="printer-name-change">
@@ -45,14 +47,14 @@
start typing <gui>Printers</gui>.</p>
</item>
<item>
- <p>Click on <gui>Printers</gui> to open the panel.</p>
+ <p>Click <gui>Printers</gui> to open the panel.</p>
</item>
<item>
<p>Click the <gui>Unlock</gui> button in the top-right corner and enter
your password.</p>
</item>
<item>
- <p>Click on the name of your printer, and start typing a new name for
+ <p>Click the name of your printer, and start typing a new name for
the printer.</p>
</item>
<item>
@@ -73,14 +75,14 @@
start typing <gui>Printers</gui>.</p>
</item>
<item>
- <p>Click on <gui>Printers</gui> to open the panel.</p>
+ <p>Click <gui>Printers</gui> to open the panel.</p>
</item>
<item>
<p>Click the <gui>Unlock</gui> button in the top-right corner and enter
your password.</p>
</item>
<item>
- <p>Click on the location, and start editing the location.</p>
+ <p>Click the location, and start editing the location.</p>
</item>
<item>
<p>Press <key>Enter</key> to save the changes.</p>
diff --git a/gnome-help/C/printing-order.page b/gnome-help/C/printing-order.page
index 49f4d3e..cd963e3 100644
--- a/gnome-help/C/printing-order.page
+++ b/gnome-help/C/printing-order.page
@@ -7,6 +7,7 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Phil Bull</name>
@@ -31,16 +32,15 @@
the pages end up in reverse order when you pick them up. If needed, you can
reverse this printing order.</p>
- <p>To reverse the order:</p>
-
<steps>
+ <title>To reverse the order:</title>
<item>
- <p>Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>.</p>
+ <p>Press <keyseq><key>Ctrl</key><key>P</key></keyseq> to open the Print
+ dialog.</p>
</item>
<item>
- <p>In the <gui>General</gui> tab of the Print window under
- <em>Copies</em>, check <gui>Reverse</gui>. The last page will be
- printed first, and so on.</p>
+ <p>In the <gui>General</gui> tab, under <gui>Copies</gui>, check
+ <gui>Reverse</gui>. The last page will be printed first, and so on.</p>
</item>
</steps>
@@ -55,18 +55,18 @@
will make each copy come out with its pages grouped together in the right
order instead.</p>
- <p>To Collate:</p>
-
<steps>
+ <title>To collate:</title>
<item>
- <p>Click <guiseq><gui>File</gui><gui>Print</gui></guiseq>.</p>
+ <p>Press <keyseq><key>Ctrl</key><key>P</key></keyseq> to open the Print
+ dialog.</p>
</item>
<item>
- <p>In the <gui>General</gui> tab of the Print window under
- <em>Copies</em> check <gui>Collate</gui>.</p>
+ <p>In the <gui>General</gui> tab, under <gui>Copies</gui>, check
+ <gui>Collate</gui>.</p>
</item>
</steps>
- <!-- Need to add this image <media type="image" src="figures/reverse-collate.png"/> -->
+
</section>
</page>
diff --git a/gnome-help/C/printing-paperjam.page b/gnome-help/C/printing-paperjam.page
index b7283b1..3d1929b 100644
--- a/gnome-help/C/printing-paperjam.page
+++ b/gnome-help/C/printing-paperjam.page
@@ -8,6 +8,7 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Jim Campbell</name>
diff --git a/gnome-help/C/printing-select.page b/gnome-help/C/printing-select.page
index a3bbffb..9c2d9e8 100644
--- a/gnome-help/C/printing-select.page
+++ b/gnome-help/C/printing-select.page
@@ -7,6 +7,7 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Phil Bull</name>
@@ -24,13 +25,12 @@
<steps>
<item>
- <p>Open the print dialog. This can normally be done through
- <gui style="menuitem">Print</gui> in the menu or using the
- <keyseq><key>Ctrl</key><key>P</key></keyseq> keyboard shortcut.</p>
+ <p>Open the print dialog by pressing
+ <keyseq><key>Ctrl</key><key>P</key></keyseq>.</p>
</item>
<item>
- <p>In the <gui>General</gui> tab in the <gui>Print</gui> window choose
- <gui>Pages</gui> from the <gui>Range</gui> section.</p>
+ <p>In the <gui>General</gui> tab, choose <gui>Pages</gui> from the
+ <gui>Range</gui> section.</p>
</item>
<item><p>Type the numbers of the pages you want to print in the text box,
separated by commas. Use a dash to denote a range of pages.</p></item>
diff --git a/gnome-help/C/printing-setup-default-printer.page
b/gnome-help/C/printing-setup-default-printer.page
index 9a32d6a..dc26aa5 100644
--- a/gnome-help/C/printing-setup-default-printer.page
+++ b/gnome-help/C/printing-setup-default-printer.page
@@ -5,9 +5,11 @@
<info>
<link type="guide" xref="printing#setup" />
+ <link type="seealso" xref="user-admin-explain" />
<revision pkgversion="3.7.1" date="2012-11-16" status="outdated"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="review"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Jim Campbell</name>
@@ -39,8 +41,8 @@
your default printer. You may want to pick the printer you use most often.</p>
<note>
- <p>You need administrative privileges on the system to set the default
- printer.</p>
+ <p>You need <link xref="user-admin-explain">administrative privileges</link>
+ on the system to set the default printer.</p>
</note>
<steps>
diff --git a/gnome-help/C/printing-setup.page b/gnome-help/C/printing-setup.page
index 4539160..4d8ca9b 100644
--- a/gnome-help/C/printing-setup.page
+++ b/gnome-help/C/printing-setup.page
@@ -5,9 +5,11 @@
<info>
<link type="guide" xref="printing#setup" group="#first" />
+ <link type="seealso" xref="printing-setup-default-printer" group="#first" />
<revision pkgversion="3.10.2" date="2013-11-03" status="candidate"/>
- <revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.13.92" date="2014-09-22" status="final"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>Phil Bull</name>
@@ -68,7 +70,7 @@
</steps>
<p>If your printer was not set up automatically, you can add it in the
- printer settings.</p>
+ printer settings:</p>
<steps>
<item>
@@ -91,8 +93,8 @@
</item>
</steps>
- <p>If your printer does not appear in the Add Printer pop-up, you may need to
- install print drivers.</p>
+ <p>If your printer does not appear in the Add a New Printer window, you may
+ need to install print drivers.</p>
<comment>
<p>Add link to above when page is ready.
diff --git a/gnome-help/C/printing-streaks.page b/gnome-help/C/printing-streaks.page
index c2b8d39..239b6e9 100644
--- a/gnome-help/C/printing-streaks.page
+++ b/gnome-help/C/printing-streaks.page
@@ -8,6 +8,7 @@
<revision pkgversion="3.4.0" date="2012-02-19" status="candidate"/>
<revision pkgversion="3.13.92" date="2012-02-19" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author">
<name>GNOME Documentation Project</name>
@@ -23,33 +24,33 @@
<title>Why are there streaks, lines or the wrong colors on my
print-outs?</title>
- <p>If your print-outs are streaky, faded, have lines on them that shouldn't be
+ <p>If your print-outs are streaky, faded, have lines on them that should not be
there, or are otherwise poor in quality, this may be due to a problem with the
- printer or a low ink/toner supply.</p>
+ printer or a low ink or toner supply.</p>
- <list>
+ <terms>
<item>
- <p>Fading text or images</p>
- <p>You may be running out of ink or toner. Check your ink/toner supply
+ <title>Fading text or images</title>
+ <p>You may be running out of ink or toner. Check your ink or toner supply
and buy a new cartridge if necessary.</p>
</item>
<item>
- <p>Streaks and lines</p>
+ <title>Streaks and lines</title>
<p>If you have an inkjet printer, the print head may be dirty or
- partially blocked. Try cleaning the print head (see the printer's manual
- for instructions).</p>
+ partially blocked. Try cleaning the print head. See the printer's manual
+ for instructions.</p>
</item>
<item>
- <p>Wrong colors</p>
+ <title>Wrong colors</title>
<p>The printer may have run out of one color of ink or toner. Check your
- ink/toner supply and buy a new cartridge if necessary.</p>
+ ink or toner supply and buy a new cartridge if necessary.</p>
</item>
<item>
- <p>Jagged lines, or lines aren't straight</p>
+ <title>Jagged lines, or lines are not straight</title>
<p>If lines on your print-out that should be straight turn out jagged,
you may need to align the print head. See the printer's instruction
manual for details on how to do this.</p>
</item>
- </list>
+ </terms>
</page>
diff --git a/gnome-help/C/printing-to-file.page b/gnome-help/C/printing-to-file.page
index 38e08ef..5926cd2 100644
--- a/gnome-help/C/printing-to-file.page
+++ b/gnome-help/C/printing-to-file.page
@@ -7,6 +7,7 @@
<revision pkgversion="3.8" date="2013-03-29" status="review"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
+ <revision pkgversion="3.18" date="2015-09-29" status="final"/>
<credit type="author copyright">
<name>Ekaterina Gerasimova</name>
@@ -29,11 +30,10 @@
or to share it with someone.</p>
<steps>
- <title>Print to file</title>
+ <title>To print to file:</title>
<item>
- <p>Open the print dialog. This can normally be done through
- <gui style="menuitem">Print</gui> in the menu or using the
- <keyseq><key>Ctrl</key><key>P</key></keyseq> keyboard shortcut.</p>
+ <p>Open the print dialog by pressing
+ <keyseq><key>Ctrl</key><key>P</key></keyseq>.</p>
</item>
<item>
<p>Select <gui>Print to File</gui> under <gui>Printer</gui> in the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]