From dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 16 Feb 2010 17:09:16 +0000 Subject: account-assistant: remove '\n' from the salut error web page Wrapping the label will add them for us. --- src/empathy-account-assistant.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c index cecd20ab4..204866433 100644 --- a/src/empathy-account-assistant.c +++ b/src/empathy-account-assistant.c @@ -1155,9 +1155,9 @@ account_assistant_build_salut_error_page (EmpathyAccountAssistant *self) markup = g_strdup_printf ("%s (%s).", _("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 "), + "network, as telepathy-salut is not installed. If you want to enable " + "this feature, please install the telepathy-salut package and create " + "a People Nearby account from the Accounts dialog"), _("Edit->Accounts")); vbox = build_error_vbox (_("telepathy-salut not installed"), markup); -- cgit v1.2.3