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:
@ -51,7 +51,7 @@ class WelcomeDialog extends ModalDialog.ModalDialog {
|
||||
|
||||
_buildLayout() {
|
||||
const title = _('Welcome to %s').format(this._getOSName());
|
||||
const description = _('If you want to learn your way around, check out the tour.');
|
||||
const description = _('If you want to learn your way around, check out the tour');
|
||||
const content = new Dialog.MessageDialogContent({title, description});
|
||||
|
||||
const icon = new St.Widget({style_class: 'welcome-dialog-image'});
|
||||
|
Reference in New Issue
Block a user