diff options
author | Alexandre Rostovtsev <tetromino@gmail.com> | 2011-08-15 21:38:28 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-08-15 21:38:28 +0800 |
commit | 06d760be123616c5e3644559e5bbe4b9c91e2395 (patch) | |
tree | 71ffc03621826bcc9640951448caa2b0f7bc3fed /help/C/import-apps-outlook.page | |
parent | 200c9aae54a6083baf9180571e239c5ad2823400 (diff) | |
download | gsoc2013-evolution-06d760be123616c5e3644559e5bbe4b9c91e2395.tar.gz gsoc2013-evolution-06d760be123616c5e3644559e5bbe4b9c91e2395.tar.zst gsoc2013-evolution-06d760be123616c5e3644559e5bbe4b9c91e2395.zip |
Bug #656537 - Fix mallard relaxng validation errors in help pages
Diffstat (limited to 'help/C/import-apps-outlook.page')
-rw-r--r-- | help/C/import-apps-outlook.page | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/help/C/import-apps-outlook.page b/help/C/import-apps-outlook.page index 1b9a242c6d..cee5655d2c 100644 --- a/help/C/import-apps-outlook.page +++ b/help/C/import-apps-outlook.page @@ -35,10 +35,10 @@ <td></td><td><p>Windows 7, Windows Vista</p></td><td><p>Windows XP</p></td> </tr> <tr> - <td>Outlook 2010</td><td><p><file>C:\Users\username\My Documents\Outlook Files</file></p></td><td><p><file>C:\Documents and Settings\username\My Documents\Outlook Files</file></p></td> + <td><p>Outlook 2010</p></td><td><p><file>C:\Users\username\My Documents\Outlook Files</file></p></td><td><p><file>C:\Documents and Settings\username\My Documents\Outlook Files</file></p></td> </tr> <tr> - <td>Outlook 2007 and earlier</td><td><p><file>C:\Users\username\AppData\Local\Microsoft\Outlook</file></p></td><td><p><file>C:\Documents and Settings\username\AppData\Local\Microsoft\Outlook</file></p></td> + <td><p>Outlook 2007 and earlier</p></td><td><p><file>C:\Users\username\AppData\Local\Microsoft\Outlook</file></p></td><td><p><file>C:\Documents and Settings\username\AppData\Local\Microsoft\Outlook</file></p></td> </tr> </table> <p>(Replace "username" by your username.)</p> @@ -53,13 +53,14 @@ </steps> </section> -<section id="prerequisites"> +<section id="importing"> <title>Importing into Evolution</title> <steps> <item><p>Click <guiseq><gui>File</gui><gui>Import</gui></guiseq>.</p></item> <item><p>In the <gui>Importer Type</gui> tab, click <gui>Import a single file</gui>.</p></item> -<item><p>Choose the Outlook personal folders (.pst) file that you would like to import.</p><p>The file type will be automatically determined.</p></item> +<item><p>Choose the Outlook personal folders (.pst) file that you would like to import.</p><p>The file type will be automatically determined.</p> <note style="tip"><p>If the option to import Outlook personal folders (.pst files) is not available under <guiseq><gui>File</gui><gui>Import</gui><gui>Import single file</gui><gui>File type</gui></guiseq>, your distribution might have not enabled this functionality.</p></note> +</item> <item><p>Choose the destination (e.g. the folder in Evolution) for the imported data.</p></item> <item><p>Repeat the import steps until you have imported all your data.</p></item> </steps> |