aboutsummaryrefslogtreecommitdiff
path: root/src/warn-notification.vala
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-12 07:21:06 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-12 07:21:06 +0200
commit785f555bb27046c1e33a7cd2e5aed04c59f3e13a (patch)
tree2882d5f497594c20e7cfd972dba45a241a0615b6 /src/warn-notification.vala
parent8927dc74777270afd74f8227283cbaf79d110488 (diff)
parent81e181c07147a124a39f797416c2e02076d30ef1 (diff)
downloadayatana-indicator-sound-785f555bb27046c1e33a7cd2e5aed04c59f3e13a.tar.gz
ayatana-indicator-sound-785f555bb27046c1e33a7cd2e5aed04c59f3e13a.tar.bz2
ayatana-indicator-sound-785f555bb27046c1e33a7cd2e5aed04c59f3e13a.zip
Merge branch 'tari01-pr/ubports-patches'
Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/26
Diffstat (limited to 'src/warn-notification.vala')
-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 f5c8b0b..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"),
- _("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");