changeset 424:4ba4b099d266

browser side: notifications: fixed dialog message in Chromium workaround
author Goffi <goffi@goffi.org>
date Wed, 26 Mar 2014 17:53:02 +0100
parents f9130176bc8d
children 19bd203daa27
files browser_side/notification.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/browser_side/notification.py	Wed Mar 26 17:42:14 2014 +0100
+++ b/browser_side/notification.py	Wed Mar 26 17:53:02 2014 +0100
@@ -67,7 +67,7 @@
             print "Notification use the old prefixed version or are unmanaged"
             return
         if version < 32:
-            dialog.InfoDialog(_("Notifications activation for Chromium"), _('You need to activate notifications manually for your Chromium version.\nTo activate notifications, click on the favicon on the left of the address bar')).show()
+            dialog.InfoDialog(_("Notifications activation for Chromium"), _('You need to activate notifications manually for your Chromium version.<br/>To activate notifications, click on the favicon on the left of the address bar')).show()
             return
 
         print "==> Installing Chromium notifications request workaround <=="