From ff120fbc11b920ee59298c0f0b92e0f546270ec7 Mon Sep 17 00:00:00 2001 From: Mr Liau Date: Fri, 29 Dec 2017 09:27:20 -0800 Subject: Make volume warning more clear. --- 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 f5c8b0b..c873ede 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"), - _("High volume can damage your hearing."), + _("Allow volume above safe level? 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