# HG changeset patch # User Goffi # Date 1395852782 -3600 # Node ID 4ba4b099d26654d55caef7b4893480e1057b8cfa # Parent f9130176bc8da6c949f684326517ea6502885306 browser side: notifications: fixed dialog message in Chromium workaround diff -r f9130176bc8d -r 4ba4b099d266 browser_side/notification.py --- 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.
To activate notifications, click on the favicon on the left of the address bar')).show() return print "==> Installing Chromium notifications request workaround <=="