endSessionDialog: Fix a typo

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/935
This commit is contained in:
Jonas Dreßler 2019-12-04 21:56:13 +01:00 committed by Florian Müllner
parent 765895fb19
commit 11283339b6

View File

@ -298,7 +298,7 @@ class EndSessionDialog extends ModalDialog.ModalDialog {
messageLayout.add(this._checkBox);
this._batteryWarning = new St.Label({ style_class: 'end-session-dialog-warning',
text: _("Running on battery power: please plug in before installing updates.") });
text: _("Running on battery power: Please plug in before installing updates.") });
this._batteryWarning.clutter_text.ellipsize = Pango.EllipsizeMode.NONE;
this._batteryWarning.clutter_text.line_wrap = true;
messageLayout.add(this._batteryWarning);