aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-17 01:09:16 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-17 18:07:40 +0800
commitdd01b11f2a0cda9384ceb4ebdcbfac22c51a1981 (patch)
treedb080c0c983696cec37dee6bc2e1a4a3dc6e3342
parenta921a695e89f621cdd62e5dc9c003eb943b6ccd4 (diff)
downloadgsoc2013-empathy-dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981.tar
gsoc2013-empathy-dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981.tar.gz
gsoc2013-empathy-dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981.tar.bz2
gsoc2013-empathy-dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981.tar.lz
gsoc2013-empathy-dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981.tar.xz
gsoc2013-empathy-dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981.tar.zst
gsoc2013-empathy-dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981.zip
account-assistant: remove '\n' from the salut error web page
Wrapping the label will add them for us.
-rw-r--r--src/empathy-account-assistant.c6
1 files changed, 3 insertions, 3 deletions
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 (<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);