general: Remove periods from single sentences
This is done to align with the HIG rule about periods in single sentence strings. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3280>
This commit is contained in:
@ -451,7 +451,7 @@ export const ConflictingSessionDialog = GObject.registerClass({
|
||||
banner.clutter_text.line_wrap = true;
|
||||
|
||||
let warningBanner = new St.Label({
|
||||
text: _('Force stopping will quit any running apps and processes, and could result in data loss.'),
|
||||
text: _('Force stopping will quit any running apps and processes, and could result in data loss'),
|
||||
style_class: 'conflicting-session-dialog-desc-warning',
|
||||
});
|
||||
warningBanner.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
|
||||
|
Reference in New Issue
Block a user