diff options
author | Aruna Sankaranarayanan <arunasank@src.gnome.org> | 2014-02-08 20:30:10 +0800 |
---|---|---|
committer | Aruna Sankaranarayanan <arunasank@src.gnome.org> | 2014-02-08 20:34:09 +0800 |
commit | 12c8bc838ab73f5762f3dfddbf24ff39e0b88a1b (patch) | |
tree | 56e98e0149974467832725127c56bcefc4b365c6 /help/C/change-switcher-appearance.page | |
parent | 3a920a720e201e2d44f38178a43a4e3641bc219a (diff) | |
download | gsoc2013-evolution-12c8bc838ab73f5762f3dfddbf24ff39e0b88a1b.tar gsoc2013-evolution-12c8bc838ab73f5762f3dfddbf24ff39e0b88a1b.tar.gz gsoc2013-evolution-12c8bc838ab73f5762f3dfddbf24ff39e0b88a1b.tar.bz2 gsoc2013-evolution-12c8bc838ab73f5762f3dfddbf24ff39e0b88a1b.tar.lz gsoc2013-evolution-12c8bc838ab73f5762f3dfddbf24ff39e0b88a1b.tar.xz gsoc2013-evolution-12c8bc838ab73f5762f3dfddbf24ff39e0b88a1b.tar.zst gsoc2013-evolution-12c8bc838ab73f5762f3dfddbf24ff39e0b88a1b.zip |
Fix indents, <app> tags in remaining c*.page
Make indentation more consistent.
Enclose Evolution within <app> tags.
Diffstat (limited to 'help/C/change-switcher-appearance.page')
-rw-r--r-- | help/C/change-switcher-appearance.page | 59 |
1 files changed, 35 insertions, 24 deletions
diff --git a/help/C/change-switcher-appearance.page b/help/C/change-switcher-appearance.page index bc5482ab9c..afb34b74f3 100644 --- a/help/C/change-switcher-appearance.page +++ b/help/C/change-switcher-appearance.page @@ -1,40 +1,51 @@ -<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" +<page xmlns="http://projectmallard.org/1.0/" + xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="change-switcher-appearance"> <info> - <desc>Changing the display of the window buttons in the lower left corner.</desc> <link type="guide" xref="index#common-other-problems" /> -<!-- TODO:POST-3-8: Create a general interface adjustment guide page that also includes mail-layout-changing.page --> + + <!-- TODO:POST-3-8: Create a general interface adjustment guide page that + also includes mail-layout-changing.page --> + <revision pkgversion="2.32.2" version="0.1" date="2011-07-21" status="stub"/> + <credit type="author"> <name its:translate="no">Andre Klapper</name> <email its:translate="no">ak-47@gmx.net</email> </credit> - + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> - + <desc>Changing the display of the window buttons in the lower left + corner.</desc> </info> <title>Changing the Switcher appearance</title> -<p>The display of the window buttons in the lower left corner (Mail, Contacts, Calendar, Tasks and Memos) can be changed via <guiseq><gui>View</gui><gui>Switcher Appearance</gui></guiseq>. This can be helpful if you have a small display. You can also completely hide them.</p> -<p>The available options are:</p> -<list> -<item><p> -Icons and Text -</p></item> -<item><p> -Icons Only -</p></item> -<item><p> -Text Only -</p></item> -<item><p> -Toolbar Style -</p></item> -<item><p> -Show Buttons -</p></item> -</list> + <p>The display of the window buttons in the lower left corner (Mail, + Contacts, Calendar, Tasks and Memos) can be changed via + <guiseq><gui>View</gui><gui>Switcher Appearance</gui></guiseq>. This can be + helpful if you have a small display. You can also completely hide them.</p> + + <p>The available options are:</p> + + <list> + <item> + <p>Icons and Text</p> + </item> + <item> + <p>Icons Only</p> + </item> + <item> + <p>Text Only</p> + </item> + <item> + <p>Toolbar Style</p> + </item> + <item> + <p>Show Buttons</p> + </item> + </list> + </page> |