[empathy] account-assistant: remove '\n' from the salut error web page
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] account-assistant: remove '\n' from the salut error web page
- Date: Wed, 17 Feb 2010 10:07:57 +0000 (UTC)
commit dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Feb 16 17:09:16 2010 +0000
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 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index cecd20a..2048664 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 (<span style=\"italic\">%s</span>).",
_("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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]