diff options
author | Mr Liau <joseph.liau@sd41.bc.ca> | 2017-12-29 09:27:20 -0800 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-08-12 00:49:54 +0200 |
commit | ff120fbc11b920ee59298c0f0b92e0f546270ec7 (patch) | |
tree | da00109a96bb4c65fe98719870a6aec7a4de0422 /src | |
parent | 8927dc74777270afd74f8227283cbaf79d110488 (diff) | |
download | ayatana-indicator-sound-ff120fbc11b920ee59298c0f0b92e0f546270ec7.tar.gz ayatana-indicator-sound-ff120fbc11b920ee59298c0f0b92e0f546270ec7.tar.bz2 ayatana-indicator-sound-ff120fbc11b920ee59298c0f0b92e0f546270ec7.zip |
Make volume warning more clear.
Diffstat (limited to 'src')
-rw-r--r-- | src/warn-notification.vala | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |