]> git.0d.be Git - empathy.git/commitdiff
account-assistant: remove '\n' from the salut error web page
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 16 Feb 2010 17:09:16 +0000 (17:09 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 17 Feb 2010 10:07:40 +0000 (10:07 +0000)
Wrapping the label will add them for us.

src/empathy-account-assistant.c

index cecd20ab436da9fbdac99ab459694110f45118ba..204866433914f9779d58ad04e3542584b4b106ca 100644 (file)
@@ -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);