diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-25 20:22:37 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-25 22:13:41 +0800 |
commit | 3ee94f0e0e9c0757735f9bae72ce12ae9749d790 (patch) | |
tree | 642a331d203d1df75f3ea52a2ede9775389d83b8 /src | |
parent | b5b352cfbea1dd9ae47dbea05a37ab5fc523e9b6 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'src')
-rw-r--r-- | 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 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 |