diff options
Diffstat (limited to 'src/empathy-account-assistant.c')
-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 |