diff options
author | Dan Chapman <dpniel@ubuntu.com> | 2018-01-12 09:34:37 +0000 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-08-12 02:25:09 +0200 |
commit | 72ee222523a1a2fcc14a2c4a15e74b4b849e4882 (patch) | |
tree | 2abff35eb571047d9e61a50ae7a1ff7b5ae5a748 /src | |
parent | ff120fbc11b920ee59298c0f0b92e0f546270ec7 (diff) | |
download | ayatana-indicator-sound-72ee222523a1a2fcc14a2c4a15e74b4b849e4882.tar.gz ayatana-indicator-sound-72ee222523a1a2fcc14a2c4a15e74b4b849e4882.tar.bz2 ayatana-indicator-sound-72ee222523a1a2fcc14a2c4a15e74b4b849e4882.zip |
Import latest from launchpad
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 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"); |