diff browser_side/notification.py @ 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 d52f529a6d42
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 <=="