From 81e181c07147a124a39f797416c2e02076d30ef1 Mon Sep 17 00:00:00 2001 From: userj Date: Wed, 26 May 2021 11:12:27 -0700 Subject: Add newline between sentences in volume warning (#3) --- src/warn-notification.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3