aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-25 20:22:37 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-25 22:13:41 +0800
commit3ee94f0e0e9c0757735f9bae72ce12ae9749d790 (patch)
tree642a331d203d1df75f3ea52a2ede9775389d83b8
parentb5b352cfbea1dd9ae47dbea05a37ab5fc523e9b6 (diff)
downloadgsoc2013-empathy-3ee94f0e0e9c0757735f9bae72ce12ae9749d790.tar
gsoc2013-empathy-3ee94f0e0e9c0757735f9bae72ce12ae9749d790.tar.gz
gsoc2013-empathy-3ee94f0e0e9c0757735f9bae72ce12ae9749d790.tar.bz2
gsoc2013-empathy-3ee94f0e0e9c0757735f9bae72ce12ae9749d790.tar.lz
gsoc2013-empathy-3ee94f0e0e9c0757735f9bae72ce12ae9749d790.tar.xz
gsoc2013-empathy-3ee94f0e0e9c0757735f9bae72ce12ae9749d790.tar.zst
gsoc2013-empathy-3ee94f0e0e9c0757735f9bae72ce12ae9749d790.zip
rephrase the salut error page
-rw-r--r--src/empathy-account-assistant.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index e5ec9f6f6..24944492c 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