From a1e9fd9e76af6f92ba80639ce90f623286cdf35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Fri, 13 Oct 2023 16:54:17 +0000 Subject: [PATCH] Plug.vala: more concise placeholder copy (#81) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Danielle Foré --- src/Plug.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plug.vala b/src/Plug.vala index 8dbdd7b2..8cea30b8 100644 --- a/src/Plug.vala +++ b/src/Plug.vala @@ -25,7 +25,7 @@ public class NotificationsPlug : Switchboard.Plug { var description = _("Notifications preferences are for configuring which apps make use of notifications, for changing how an app's notifications appear,\nand for setting when you do not want to be disturbed by notifications."); description += "\n\n"; - description += _("When apps are installed that have notification options they will automatically appear here."); + description += _("Apps with configurable notifications will appear here once installed."); var icon_name = "dialog-information";