From 72ee222523a1a2fcc14a2c4a15e74b4b849e4882 Mon Sep 17 00:00:00 2001 From: Dan Chapman Date: Fri, 12 Jan 2018 09:34:37 +0000 Subject: Import latest from launchpad --- src/warn-notification.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/warn-notification.vala b/src/warn-notification.vala index c873ede..f5c8b0b 100644 --- a/src/warn-notification.vala +++ b/src/warn-notification.vala @@ -29,7 +29,7 @@ public class IndicatorSound.WarnNotification: Notification protected override Notify.Notification create_notification () { var n = new Notify.Notification ( _("Volume"), - _("Allow volume above safe level? High volume can damage your hearing."), + _("High volume can damage your hearing."), "audio-volume-high"); n.set_hint ("x-canonical-non-shaped-icon", "true"); n.set_hint ("x-canonical-snap-decisions", "true"); -- cgit v1.2.3