diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/C/audio-call.page | 30 | ||||
-rw-r--r-- | help/C/figures/audio-input-microphone.png | bin | 650 -> 0 bytes | |||
-rw-r--r-- | help/Makefile.am | 1 |
3 files changed, 19 insertions, 12 deletions
diff --git a/help/C/audio-call.page b/help/C/audio-call.page index 024b46377..4d9707f38 100644 --- a/help/C/audio-call.page +++ b/help/C/audio-call.page @@ -1,5 +1,6 @@ <page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" + xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="audio-call"> @@ -15,10 +16,17 @@ </revision> <revision pkgversion="2.30" version="0.3" date="2010-02-14" status="review"/> <revision pkgversion="2.32" version="0.4" date="2010-09-09" status="review"/> + <revision pkgversion="3.8" version="0.4" date="2013-04-15" status="review"/> + <credit type="author"> <name>Milo Casagrande</name> - <email>milo@ubuntu.com</email> + <email its:translate="no">milo@ubuntu.com</email> + </credit> + <credit type="author"> + <name>Ekaterina Gerasimova</name> + <email its:translate="no">kittykat3756@gmail.com</email> </credit> + <license> <p>Creative Commons Share Alike 3.0</p> </license> @@ -26,27 +34,27 @@ <title>Start an audio conversation</title> - <p>You can call your contacts and have an audio conversation with them. - This features only works with certain types of accounts, and it requires - the other person to have an application that supports audio calls.</p> + <p>You can call your contacts and have an audio conversation with them. This + features only works with certain types of accounts and it requires the other + person to have an application that supports audio calls.</p> + <steps> <item> <p> - From the <gui>Contact List</gui> window, click the - <media type="image" mime="image/png" src="figures/camera-web.png">video call</media> - icon next to the name of the contact you wish to call and - choose <gui style="menuitem">Audio Call</gui>. + Right-click on the contact that you want to call and select + <gui style="menuitem">Audio Call</gui>. </p> </item> <item> <p> A new window will open. When the connection is established, you will - see <gui>Connected</gui> at the bottom of the window, along with the - total conversation time.</p> + see the total conversation time at the bottom of the window. + </p> </item> <item> <p> - To end the conversation, click on <gui style="button">Hang up</gui>. + To end the conversation, click the <gui style="button">hand up</gui> + button. </p> </item> </steps> diff --git a/help/C/figures/audio-input-microphone.png b/help/C/figures/audio-input-microphone.png Binary files differdeleted file mode 100644 index f45d15d56..000000000 --- a/help/C/figures/audio-input-microphone.png +++ /dev/null diff --git a/help/Makefile.am b/help/Makefile.am index 60b9facab..a9000073c 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -2,7 +2,6 @@ HELP_ID = empathy HELP_MEDIA = \ - figures/audio-input-microphone.png \ figures/available.png \ figures/away.png \ figures/busy.png \ |