Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling: Adjust, the #81

Merged
merged 7 commits into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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