diff options
Diffstat (limited to 'help/C/add-account.page')
-rw-r--r-- | help/C/add-account.page | 54 |
1 files changed, 24 insertions, 30 deletions
diff --git a/help/C/add-account.page b/help/C/add-account.page index 5821a856c..4931ff0d7 100644 --- a/help/C/add-account.page +++ b/help/C/add-account.page @@ -8,6 +8,7 @@ <desc>Add a new account to <app>Empathy</app>.</desc> <revision pkgversion="2.28" version="0.1" date="2009-06-24" status="draft"/> <revision pkgversion="2.28" version="0.1" date="2009-08-10" status="review"/> + <revision pkgversion="2.28" version="0.2" date="2009-08-27" status="review"/> <credit type="author"> <name>Milo Casagrande</name> <email>milo@ubuntu.com</email> @@ -41,47 +42,40 @@ </item> <item> <p> - If it is the first time you launch <app>Empathy</app>: + Click on the <gui style="button">Add</gui> button. </p> - <list> - <item> - <p> - From the <gui>Type</gui> drop-down list choose - the service you wish to add an account for, then click - on the <gui>Create</gui> button. - </p> - </item> - </list> + </item> + <item> <p> - Otherwise: + From the <gui>Add new</gui> drop-down list choose + the service you wish to add an account for, then click + on the <gui style="button">Create</gui> button. </p> - <steps> - <item> - <p> - Click on the <gui>Add</gui> button. - </p> - </item> - <item> - <p> - From the <gui>Type</gui> drop-down list choose - the service you wish to add an account for, then click - on the <gui>Create</gui> button. - </p> - </item> - </steps> </item> <item> <p> - Fill the required fields with your <em>user - name</em> and <em>password</em>. + Fill the required fields with your <em>user name</em> and <em>password</em>. </p> </item> <item> <p> - To enable the new account, select the - <gui>Enabled</gui> check-box next to - the name of the account in the box on the left of the dialog. + Click on <gui style="button">Connect</gui> to enable the new account. </p> + + <!-- TODO: check if it's a bug or what. In case, this part needs to + be removed or we must signal it as a bug! --> + + <note id="warning"> + <p> + If you do not click on <gui style="button">Connect</gui>, and you close + the dialog, the account will not be created, and it will be necessary to + create it again. + </p> + <p> + If you do not click on <gui style="button">Connect</gui>, and you select + another account from the dialog, the data you inserted will be lost. + </p> + </note> </item> </steps> |