Skip to content

Commit b233ee4

Browse files
rbujraveit65
authored andcommitted
Use orderedlist to describe the steps to add the applet to a panel
1 parent f211627 commit b233ee4

File tree

9 files changed

+294
-77
lines changed

9 files changed

+294
-77
lines changed

‎battstat/docs/C/index.docbook‎

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,36 @@
231231

232232
<sect2 id="battstat-introduction-add">
233233
<title>To Add &applet; to a Panel</title>
234-
<para>To add <application>&applet;</application> to a panel,
235-
right-click on the panel, then choose <guimenuitem>Add to
236-
Panel</guimenuitem>. Select <application>&applet;</application>
237-
in the <application>Add to Panel</application> dialog, then
238-
click <guibutton>Add</guibutton>.</para>
239234
<para>
240-
The layout of the <application>&applet;</application> applet varies depending on the size and type of panel in which the applet resides.
235+
To add <application>&applet;</application> to a panel, perform the
236+
following steps:
237+
</para>
238+
<orderedlist>
239+
<listitem>
240+
<para>
241+
Right-click on the panel.
242+
</para>
243+
</listitem>
244+
<listitem>
245+
<para>
246+
Choose <guimenuitem>Add to Panel</guimenuitem>.
247+
</para>
248+
</listitem>
249+
<listitem>
250+
<para>
251+
Scroll down the list of items in the <guilabel>Add to Panel</guilabel>
252+
dialog, then select <guilabel>&applet;</guilabel>.
253+
</para>
254+
</listitem>
255+
<listitem>
256+
<para>
257+
Click <guibutton>Add</guibutton>.
258+
</para>
259+
</listitem>
260+
</orderedlist>
261+
<para>
262+
The layout of the <application>&applet;</application> applet varies
263+
depending on the size and type of panel in which the applet resides.
241264
</para>
242265
</sect2>
243266

‎charpick/help/C/index.docbook‎

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,36 @@
226226
encoding so you can use the palette to display or copy any Unicode
227227
character.</para>
228228

229-
<sect2 id="charpick-introduction-add">
230-
<title>To Add &applet; to a Panel</title>
231-
<para>To add <application>&applet;</application> to a panel,
232-
right-click on the panel, then choose <guimenuitem>Add to
233-
Panel</guimenuitem>. Select <application>&applet;</application>
234-
in the <application>Add to Panel</application> dialog, then
235-
click <guibutton>Add</guibutton>.</para>
236-
</sect2>
229+
<sect2 id="charpick-introduction-add">
230+
<title>To Add &applet; to a Panel</title>
231+
<para>
232+
To add <application>&applet;</application> to a panel, perform the
233+
following steps:
234+
</para>
235+
<orderedlist>
236+
<listitem>
237+
<para>
238+
Right-click on the panel.
239+
</para>
240+
</listitem>
241+
<listitem>
242+
<para>
243+
Choose <guimenuitem>Add to Panel</guimenuitem>.
244+
</para>
245+
</listitem>
246+
<listitem>
247+
<para>
248+
Scroll down the list of items in the <guilabel>Add to Panel</guilabel>
249+
dialog, then select <guilabel>&applet;</guilabel>.
250+
</para>
251+
</listitem>
252+
<listitem>
253+
<para>
254+
Click <guibutton>Add</guibutton>.
255+
</para>
256+
</listitem>
257+
</orderedlist>
258+
</sect2>
237259
</sect1>
238260
<!-- ================ Usage ================================ -->
239261
<sect1 id="charpick-usage">

‎cpufreq/help/C/index.docbook‎

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,36 @@
161161
</figure>
162162
<!-- ==== End of Figure ======================================= -->
163163
<para>The <application>&applet;</application> provides a convenient way to monitor the CPU Frequency Scaling for each CPU.
164-
</para>
165-
<para>To add <application>&applet;</application> to a panel, right-click on the panel to open the panel popup menu, then choose
166-
<menuchoice>
167-
<guimenu>Add to Panel</guimenu>
168-
<guimenuitem>CPU Frequency Scaling Monitor</guimenuitem>
169-
</menuchoice>.</para>
170-
164+
</para>
165+
166+
<para>
167+
To add <application>&applet;</application> to a panel, perform the
168+
following steps:
169+
</para>
170+
<orderedlist>
171+
<listitem>
172+
<para>
173+
Right-click on the panel.
174+
</para>
175+
</listitem>
176+
<listitem>
177+
<para>
178+
Choose <guimenuitem>Add to Panel</guimenuitem>.
179+
</para>
180+
</listitem>
181+
<listitem>
182+
<para>
183+
Scroll down the list of items in the <guilabel>Add to Panel</guilabel>
184+
dialog, then select <guilabel>&applet;</guilabel>.
185+
</para>
186+
</listitem>
187+
<listitem>
188+
<para>
189+
Click <guibutton>Add</guibutton>.
190+
</para>
191+
</listitem>
192+
</orderedlist>
193+
171194
<note><para>
172195
Unfortunately, CPU frequency scaling can currently only be monitored on
173196
Linux machines that have support in the kernel. It can however, support the

‎drivemount/help/C/index.docbook‎

Lines changed: 39 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!ENTITY manrevision "2.12">
77
<!ENTITY date "July 2015">
88
<!ENTITY app "<application>Disk Mounter</application>">
9-
<!ENTITY appname "Disk Mounter">
9+
<!ENTITY applet "Disk Mounter">
1010
]>
1111
<!--
1212
(Do not remove this comment block.)
@@ -20,10 +20,11 @@
2020
<!-- please do not change the id; for translations, change lang to -->
2121
<!-- appropriate code -->
2222
<articleinfo>
23-
<title>&appname; Manual</title>
23+
<title>&applet; Manual</title>
2424
<abstract role="description">
25-
<para>&appname; enables you to quickly mount or unmount various
26-
types of drives and file systems from a panel.</para>
25+
<para>The &applet; applet enables you to quickly mount or unmount
26+
various types of drives and file systems from a panel.
27+
</para>
2728
</abstract>
2829
<copyright>
2930
<year>2015</year>
@@ -121,23 +122,23 @@
121122

122123
<revhistory>
123124
<revision>
124-
<revnumber>&appname; Applet Manual V&manrevision;</revnumber>
125+
<revnumber>&applet; Applet Manual V&manrevision;</revnumber>
125126
<date>&date;</date>
126127
<revdescription>
127128
<para role="author">MATE Documentation Team</para>
128129
<para role="publisher">MATE Documentation Project</para>
129130
</revdescription>
130131
</revision>
131132
<revision>
132-
<revnumber>&appname; Applet Manual V2.11</revnumber>
133+
<revnumber>&applet; Applet Manual V2.11</revnumber>
133134
<date>&date;</date>
134135
<revdescription>
135136
<para role="author">Trent Lloyd</para>
136137
<para role="publisher">GNOME Documentation Project</para>
137138
</revdescription>
138139
</revision>
139140
<revision>
140-
<revnumber>&appname; Applet Manual V2.10</revnumber>
141+
<revnumber>&applet; Applet Manual V2.10</revnumber>
141142
<date>February 2004</date>
142143
<revdescription>
143144
<para role="author">Sun GNOME Documentation Team</para>
@@ -166,7 +167,7 @@
166167
</revision>
167168
</revhistory>
168169

169-
<releaseinfo>This manual describes version &appversion; of &appname;.
170+
<releaseinfo>This manual describes version &appversion; of &applet;.
170171
</releaseinfo>
171172
<legalnotice>
172173
<title>Feedback</title>
@@ -188,14 +189,14 @@
188189
<title>Introduction</title>
189190

190191
<figure id="drivemountapplet-fig">
191-
<title>&appname;</title>
192+
<title>&applet;</title>
192193
<screenshot>
193194
<mediaobject>
194195
<imageobject><imagedata
195196
fileref="figures/drivemount-applet_example.png" format="PNG"/>
196197
</imageobject>
197198
<textobject>
198-
<phrase>The &appname;.</phrase>
199+
<phrase>The &applet; applet.</phrase>
199200
</textobject>
200201
</mediaobject>
201202
</screenshot>
@@ -209,11 +210,34 @@
209210
</para>
210211

211212
<sect2 id="drivemount-intro-add">
212-
<title>To Add &appname; to a Panel</title>
213-
<para>To add &app; to a panel, right-click on the panel, then choose
214-
<guimenuitem>Add to Panel</guimenuitem>. Select &app; in the
215-
<application>Add to Panel</application> dialog, then click
216-
<guibutton>Add</guibutton>.</para>
213+
<title>To Add &applet; to a Panel</title>
214+
<para>
215+
To add <application>&applet;</application> to a panel, perform the
216+
following steps:
217+
</para>
218+
<orderedlist>
219+
<listitem>
220+
<para>
221+
Right-click on the panel.
222+
</para>
223+
</listitem>
224+
<listitem>
225+
<para>
226+
Choose <guimenuitem>Add to Panel</guimenuitem>.
227+
</para>
228+
</listitem>
229+
<listitem>
230+
<para>
231+
Scroll down the list of items in the <guilabel>Add to Panel</guilabel>
232+
dialog, then select <guilabel>&applet;</guilabel>.
233+
</para>
234+
</listitem>
235+
<listitem>
236+
<para>
237+
Click <guibutton>Add</guibutton>.
238+
</para>
239+
</listitem>
240+
</orderedlist>
217241
</sect2>
218242

219243
<sect2 id="drivemount-intro-mount">

‎geyes/docs/C/index.docbook‎

Lines changed: 43 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@
210210

211211
<!-- ============= Document Body ============================= -->
212212
<!-- ============= Introduction ============================== -->
213-
<sect1 id="geyes-introduction">
214-
<title>Introduction</title>
215-
<!-- ==== Figure ============================================= -->
213+
<sect1 id="geyes-introduction">
214+
<title>Introduction</title>
215+
<!-- ==== Figure ============================================= -->
216216
<figure id="geyes-fig">
217217
<title>&applet; Applet</title>
218218
<screenshot>
@@ -226,16 +226,46 @@
226226
</screenshot>
227227
</figure>
228228
<!-- ==== End of Figure ======================================= -->
229-
<para>The <application>&applet;</application> applet provides an entertaining
230-
way to track the movement of the mouse pointer around your screen. The applet
231-
is an image of one or more eyes that follow the mouse pointer around the
232-
screen.</para>
233-
<para>To add <application>&applet;</application> to a panel,
234-
right-click on the panel, then choose <guimenuitem>Add to
235-
Panel</guimenuitem>. Select <application>&applet;</application>
236-
in the <application>Add to Panel</application> dialog, then
237-
click <guibutton>Add</guibutton>.</para>
238-
</sect1>
229+
<para>The <application>&applet;</application> applet provides an entertaining
230+
way to track the movement of the mouse pointer around your screen. The applet
231+
is an image of one or more eyes that follow the mouse pointer around the
232+
screen.</para>
233+
234+
<sect2 id="battstat-introduction-add">
235+
<title>To Add &applet; to a Panel</title>
236+
<para>
237+
To add <application>&applet;</application> to a panel, perform the
238+
following steps:
239+
</para>
240+
<orderedlist>
241+
<listitem>
242+
<para>
243+
Right-click on the panel.
244+
</para>
245+
</listitem>
246+
<listitem>
247+
<para>
248+
Choose <guimenuitem>Add to Panel</guimenuitem>.
249+
</para>
250+
</listitem>
251+
<listitem>
252+
<para>
253+
Scroll down the list of items in the <guilabel>Add to Panel</guilabel>
254+
dialog, then select <guilabel>&applet;</guilabel>.
255+
</para>
256+
</listitem>
257+
<listitem>
258+
<para>
259+
Click <guibutton>Add</guibutton>.
260+
</para>
261+
</listitem>
262+
</orderedlist>
263+
<para>
264+
The layout of the <application>&applet;</application> applet varies
265+
depending on the size and type of panel in which the applet resides.
266+
</para>
267+
</sect2>
268+
</sect1>
239269
<!-- ============= Preferences ================================ -->
240270
<sect1 id="geyes-settings">
241271
<title>Preferences</title>

‎mateweather/docs/C/index.docbook‎

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,33 @@ customizable.</para>
399399

400400
<sect2 id="mateweather-introduction-add">
401401
<title>To Add &applet; to a Panel</title>
402-
<para>To add <application>&applet;</application> to a panel,
403-
right-click on the panel, then choose <guimenuitem>Add to
404-
Panel</guimenuitem>. Select <application>&applet;</application>
405-
in the <application>Add to Panel</application> dialog, then
406-
click <guibutton>Add</guibutton>.</para>
402+
<para>
403+
To add <application>&applet;</application> to a panel, perform the
404+
following steps:
405+
</para>
406+
<orderedlist>
407+
<listitem>
408+
<para>
409+
Right-click on the panel.
410+
</para>
411+
</listitem>
412+
<listitem>
413+
<para>
414+
Choose <guimenuitem>Add to Panel</guimenuitem>.
415+
</para>
416+
</listitem>
417+
<listitem>
418+
<para>
419+
Scroll down the list of items in the <guilabel>Add to Panel</guilabel>
420+
dialog, then select <guilabel>&applet;</guilabel>.
421+
</para>
422+
</listitem>
423+
<listitem>
424+
<para>
425+
Click <guibutton>Add</guibutton>.
426+
</para>
427+
</listitem>
428+
</orderedlist>
407429
</sect2>
408430

409431

0 commit comments

Comments
 (0)