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(-) (limited to 'src/warn-notification.vala') 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 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(-) (limited to 'src/warn-notification.vala') 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 From 0cb52451f652d3909c839062aa56e27700fd3034 Mon Sep 17 00:00:00 2001 From: userj Date: Thu, 16 Aug 2018 13:33:10 -0700 Subject: Update warn-notification.vala --- src/warn-notification.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/warn-notification.vala') 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 From 81e181c07147a124a39f797416c2e02076d30ef1 Mon Sep 17 00:00:00 2001 From: userj Date: Wed, 26 May 2021 11:12:27 -0700 Subject: Add newline between sentences in volume warning (#3) --- src/warn-notification.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/warn-notification.vala') diff --git a/src/warn-notification.vala b/src/warn-notification.vala index c873ede..12e34e4 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."), + _("Allow volume above safe level?\nHigh 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