From 201f45d8b54551958263fff2eed846339c713ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Sat, 3 Jul 2021 04:26:25 +0000 Subject: [PATCH 1/6] Spelling: Adjust, the --- src/Plug.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plug.vala b/src/Plug.vala index 0bd63869..2e5fabb7 100644 --- a/src/Plug.vala +++ b/src/Plug.vala @@ -43,7 +43,7 @@ public class NotificationsPlug : Switchboard.Plug { Object (category: Category.PERSONAL, code_name: "io.elementary.switchboard.notifications", display_name: _("Notifications"), - description: _("Configure notification bubbles, sounds, and notification center"), + description: _("Adjust notification bubbles, sounds, and the notification center"), icon: "preferences-system-notifications", supported_settings: settings); } From 8dc45c6190c356a16db505f3fbd16e6cb9463e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Sat, 3 Jul 2021 04:28:06 +0000 Subject: [PATCH 2/6] Spelling: -are installed, -automatically --- src/Plug.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plug.vala b/src/Plug.vala index 2e5fabb7..d3089490 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 += _("When apps with notification options are installed, they appear here."); var icon_name = "dialog-information"; From 26a5d3ec4cc4fa3ec7c22f1bd1da24c331a12086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Sat, 3 Jul 2021 04:44:17 +0000 Subject: [PATCH 3/6] Spelling: improvement --- src/Plug.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plug.vala b/src/Plug.vala index d3089490..feec5720 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 with notification options are installed, they appear here."); + description += _("Apps with adjustable notifications appear here once installed."); var icon_name = "dialog-information"; From 9faee1597503dddb2120b44d3569fc985d271da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 13 Oct 2023 09:52:00 -0700 Subject: [PATCH 4/6] Update src/Plug.vala --- src/Plug.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plug.vala b/src/Plug.vala index feec5720..1045f776 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 += _("Apps with adjustable notifications appear here once installed."); + description += _("Apps with adjustable notifications will appear here once installed."); var icon_name = "dialog-information"; From 19cb70ff39185813ff5f4c8edf19391a71cded28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 13 Oct 2023 09:52:22 -0700 Subject: [PATCH 5/6] Update Plug.vala --- src/Plug.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plug.vala b/src/Plug.vala index 1045f776..764969f7 100644 --- a/src/Plug.vala +++ b/src/Plug.vala @@ -43,7 +43,7 @@ public class NotificationsPlug : Switchboard.Plug { Object (category: Category.PERSONAL, code_name: "io.elementary.switchboard.notifications", display_name: _("Notifications"), - description: _("Adjust notification bubbles, sounds, and the notification center"), + description: _("Configure notification bubbles, sounds, and notification center"), icon: "preferences-system-notifications", supported_settings: settings); } From 40336511173288c53e1c183a84868f921f886678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 13 Oct 2023 09:52:47 -0700 Subject: [PATCH 6/6] Update Plug.vala --- src/Plug.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plug.vala b/src/Plug.vala index 764969f7..5b63090e 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 += _("Apps with adjustable notifications will appear here once installed."); + description += _("Apps with configurable notifications will appear here once installed."); var icon_name = "dialog-information";