aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Chapman <dpniel@ubuntu.com>2018-01-12 09:34:37 +0000
committerRobert Tari <robert@tari.in>2021-08-12 02:25:09 +0200
commit72ee222523a1a2fcc14a2c4a15e74b4b849e4882 (patch)
tree2abff35eb571047d9e61a50ae7a1ff7b5ae5a748
parentff120fbc11b920ee59298c0f0b92e0f546270ec7 (diff)
downloadayatana-indicator-sound-72ee222523a1a2fcc14a2c4a15e74b4b849e4882.tar.gz
ayatana-indicator-sound-72ee222523a1a2fcc14a2c4a15e74b4b849e4882.tar.bz2
ayatana-indicator-sound-72ee222523a1a2fcc14a2c4a15e74b4b849e4882.zip
Import latest from launchpad
-rw-r--r--src/warn-notification.vala2
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");