[empathy] rephrase the salut error page



commit 3ee94f0e0e9c0757735f9bae72ce12ae9749d790
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jan 25 12:22:37 2010 +0000

    rephrase the salut error page

 src/empathy-account-assistant.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index e5ec9f6..2494449 100644
--- a/src/empathy-account-assistant.c
+++ b/src/empathy-account-assistant.c
@@ -1114,10 +1114,11 @@ account_assistant_build_salut_error_page (EmpathyAccountAssistant *self)
 {
   return build_error_vbox (
       _("telepathy-salut not installed"),
-      _("Empathy won't be able to see the people connected on the same "
-        "network as you because telepathy-salut is not installed.\n"
-        "If you want to enable this feature, you should install "
-        "telepathy-salut and activate it in the Accounts dialog"));
+      _("You won't be able to chat with people connected to your local "
+        "network, as telepathy-salut is not installed.\nIf you want to enable "
+        "this feature, please install the telepathy-salut package\nand create "
+        "a People Nearby account from the Accounts dialog "
+        "(<span style=\"italic\">Edit->Accounts</span>)."));
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]