diff options
author | userj <joseph@liau.ca> | 2018-08-16 13:33:10 -0700 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-08-12 02:25:11 +0200 |
commit | 0cb52451f652d3909c839062aa56e27700fd3034 (patch) | |
tree | da00109a96bb4c65fe98719870a6aec7a4de0422 /src | |
parent | 72ee222523a1a2fcc14a2c4a15e74b4b849e4882 (diff) | |
download | ayatana-indicator-sound-0cb52451f652d3909c839062aa56e27700fd3034.tar.gz ayatana-indicator-sound-0cb52451f652d3909c839062aa56e27700fd3034.tar.bz2 ayatana-indicator-sound-0cb52451f652d3909c839062aa56e27700fd3034.zip |
Update warn-notification.vala
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"); |