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:
@ -352,7 +352,7 @@ export class ExtensionManager extends Signals.EventEmitter {
|
||||
const notification = new MessageTray.Notification({
|
||||
source,
|
||||
title: _('Extension Updates Available'),
|
||||
body: _('Extension updates are ready to be installed.'),
|
||||
body: _('Extension updates are ready to be installed'),
|
||||
});
|
||||
notification.connect('activated',
|
||||
() => source.open());
|
||||
|
Reference in New Issue
Block a user