diff options
author | rbuj <[email protected]> | 2018-10-03 09:54:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-03 12:13:30 +0200 |
commit | e8317992432a5af13355c986bbf39e20d767a0ea (patch) | |
tree | 1a5db7db9471262b2d8673229e9602088dd56b0f /drivemount/help/C | |
parent | 0412e78e141e01549604f3c484096b437473049d (diff) | |
download | mate-applets-e8317992432a5af13355c986bbf39e20d767a0ea.tar.bz2 mate-applets-e8317992432a5af13355c986bbf39e20d767a0ea.tar.xz |
Use orderedlist to describe the steps to add the applet to a panel
Diffstat (limited to 'drivemount/help/C')
-rw-r--r-- | drivemount/help/C/index.docbook | 54 |
1 files changed, 39 insertions, 15 deletions
diff --git a/drivemount/help/C/index.docbook b/drivemount/help/C/index.docbook index f38b3585..26147262 100644 --- a/drivemount/help/C/index.docbook +++ b/drivemount/help/C/index.docbook @@ -6,7 +6,7 @@ <!ENTITY manrevision "2.12"> <!ENTITY date "July 2015"> <!ENTITY app "<application>Disk Mounter</application>"> - <!ENTITY appname "Disk Mounter"> + <!ENTITY applet "Disk Mounter"> ]> <!-- (Do not remove this comment block.) @@ -20,10 +20,11 @@ <!-- please do not change the id; for translations, change lang to --> <!-- appropriate code --> <articleinfo> - <title>&appname; Manual</title> + <title>&applet; Manual</title> <abstract role="description"> - <para>&appname; enables you to quickly mount or unmount various - types of drives and file systems from a panel.</para> + <para>The &applet; applet enables you to quickly mount or unmount + various types of drives and file systems from a panel. + </para> </abstract> <copyright> <year>2015</year> @@ -121,7 +122,7 @@ <revhistory> <revision> - <revnumber>&appname; Applet Manual V&manrevision;</revnumber> + <revnumber>&applet; Applet Manual V&manrevision;</revnumber> <date>&date;</date> <revdescription> <para role="author">MATE Documentation Team</para> @@ -129,7 +130,7 @@ </revdescription> </revision> <revision> - <revnumber>&appname; Applet Manual V2.11</revnumber> + <revnumber>&applet; Applet Manual V2.11</revnumber> <date>&date;</date> <revdescription> <para role="author">Trent Lloyd</para> @@ -137,7 +138,7 @@ </revdescription> </revision> <revision> - <revnumber>&appname; Applet Manual V2.10</revnumber> + <revnumber>&applet; Applet Manual V2.10</revnumber> <date>February 2004</date> <revdescription> <para role="author">Sun GNOME Documentation Team</para> @@ -166,7 +167,7 @@ </revision> </revhistory> - <releaseinfo>This manual describes version &appversion; of &appname;. + <releaseinfo>This manual describes version &appversion; of &applet;. </releaseinfo> <legalnotice> <title>Feedback</title> @@ -188,14 +189,14 @@ <title>Introduction</title> <figure id="drivemountapplet-fig"> - <title>&appname;</title> + <title>&applet;</title> <screenshot> <mediaobject> <imageobject><imagedata fileref="figures/drivemount-applet_example.png" format="PNG"/> </imageobject> <textobject> - <phrase>The &appname;.</phrase> + <phrase>The &applet; applet.</phrase> </textobject> </mediaobject> </screenshot> @@ -209,11 +210,34 @@ </para> <sect2 id="drivemount-intro-add"> - <title>To Add &appname; to a Panel</title> - <para>To add &app; to a panel, right-click on the panel, then choose - <guimenuitem>Add to Panel</guimenuitem>. Select &app; in the - <application>Add to Panel</application> dialog, then click - <guibutton>Add</guibutton>.</para> + <title>To Add &applet; to a Panel</title> + <para> + To add <application>&applet;</application> to a panel, perform the + following steps: + </para> + <orderedlist> + <listitem> + <para> + Right-click on the panel. + </para> + </listitem> + <listitem> + <para> + Choose <guimenuitem>Add to Panel</guimenuitem>. + </para> + </listitem> + <listitem> + <para> + Scroll down the list of items in the <guilabel>Add to Panel</guilabel> + dialog, then select <guilabel>&applet;</guilabel>. + </para> + </listitem> + <listitem> + <para> + Click <guibutton>Add</guibutton>. + </para> + </listitem> + </orderedlist> </sect2> <sect2 id="drivemount-intro-mount"> |