aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..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"),
- _("Allow volume above safe level? 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");