Skip to content

Commit

Permalink
Plug.vala: more concise placeholder copy (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Danielle Foré <danielle@elementary.io>
  • Loading branch information
comradekingu and danirabbit authored Oct 13, 2023
1 parent a9558a3 commit a1e9fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plug.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit a1e9fd9

Please sign in to comment.