-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
src/Plug.vala
Outdated
@@ -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."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of inline comments :)
src/Plug.vala
Outdated
@@ -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"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this is a tough one. I'm not sure that "configure" or "adjust" sound completely right here. To me, "adjust" implies that there is some kind of granular control, but what we're really doing is very binary in terms of turning bubbles and sounds on or off and either allowing or disallowing them in the notification center. I'm not sure I have a great suggestion on how to improve this, but I'm not sure that this is a large enough improvement to invalidate existing translations
Co-authored-by: Danielle Foré <danielle@elementary.io>
No description provided.