aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/send_message.page
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2009-06-15 10:51:52 +0800
committerFrédéric Péters <fpeters@0d.be>2009-08-13 00:13:50 +0800
commit1141d65da420328c1f6ba7373c53a2bf554abcc9 (patch)
tree189b3586f121c402d5d773c2879d02562f411011 /help/C/send_message.page
parent8514fdd6e08d327e01e904de666fbb4414029d61 (diff)
downloadgsoc2013-empathy-1141d65da420328c1f6ba7373c53a2bf554abcc9.tar
gsoc2013-empathy-1141d65da420328c1f6ba7373c53a2bf554abcc9.tar.gz
gsoc2013-empathy-1141d65da420328c1f6ba7373c53a2bf554abcc9.tar.bz2
gsoc2013-empathy-1141d65da420328c1f6ba7373c53a2bf554abcc9.tar.lz
gsoc2013-empathy-1141d65da420328c1f6ba7373c53a2bf554abcc9.tar.xz
gsoc2013-empathy-1141d65da420328c1f6ba7373c53a2bf554abcc9.tar.zst
gsoc2013-empathy-1141d65da420328c1f6ba7373c53a2bf554abcc9.zip
Rework some sections
Diffstat (limited to 'help/C/send_message.page')
-rw-r--r--help/C/send_message.page70
1 files changed, 48 insertions, 22 deletions
diff --git a/help/C/send_message.page b/help/C/send_message.page
index 54373ac17..496341aec 100644
--- a/help/C/send_message.page
+++ b/help/C/send_message.page
@@ -2,27 +2,53 @@
type="guide"
id="send_message">
-<info>
- <link type="guide" xref="index#talk"/>
- <desc>Send a message to one of your contacts.</desc>
- <revision version="3.0" date="2009-06-14" status="stub"/>
-
- <credit type="author">
- <name>Phil Bull</name>
- <email>philbull@gmail.com</email>
- </credit>
- <copyright>
- <year>2009</year>
- <name>GNOME Documentation Project</name>
- </copyright>
-
+ <info>
+ <link type="guide" xref="index#talk"/>
+ <desc>Send a message to one of your contacts.</desc>
+ <revision version="3.0" date="2009-06-14" status="stub"/>
+
+ <credit type="author">
+ <name>Phil Bull</name>
+ <email>philbull@gmail.com</email>
+ </credit>
+ <copyright>
+ <year>2009</year>
+ <name>GNOME Documentation Project</name>
+ </copyright>
+
<license>Creative Commons Share Alike</license>
-
- <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
-</info>
-
-<title>How can I send a message to someone?</title>
-
-<p>In the main Empathy window, double-click the name of the contact that you want to chat with. Alternatively, right-click their name and click <gui>Chat</gui>. A chat window will open. Type a message into the box at the bottom of the window and press <key>Enter</key> to send it to your contact.</p>
-
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
+ </info>
+
+ <title>How can I send a message to someone?</title>
+
+ <steps>
+ <item>
+ <p>
+ From the main window of Empathy, perform one of the following:
+ </p>
+ <list>
+ <item>
+ <p>
+ Double-click the name of the contact that you want to chat
+ with
+ </p>
+ </item>
+ <item>
+ <p>
+ Right-click their name and click <gui>Chat</gui>
+ </p>
+ </item>
+ </list>
+ </item>
+ <item>
+ <p>
+ A chat window will open. Type a message into the box at the
+ bottom of the window and press <key>Enter</key> to send it to
+ your contact.
+ </p>
+ </item>
+ </steps>
+
</page>