*: Fix spelling mistakes found by codespell
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1416
This commit is contained in:

committed by
Florian Müllner

parent
6ad9c99040
commit
2fc6384bca
@ -220,7 +220,7 @@ var MessageDialogContent = GObject.registerClass({
|
||||
|
||||
this._updateTitleStyleLater = Meta.later_add(Meta.LaterType.BEFORE_REDRAW, () => {
|
||||
this._updateTitleStyleLater = 0;
|
||||
this._title.add_style_class_name('leightweight');
|
||||
this._title.add_style_class_name('lightweight');
|
||||
return GLib.SOURCE_REMOVE;
|
||||
});
|
||||
}
|
||||
@ -233,7 +233,7 @@ var MessageDialogContent = GObject.registerClass({
|
||||
|
||||
_setLabel(this._title, title);
|
||||
|
||||
this._title.remove_style_class_name('leightweight');
|
||||
this._title.remove_style_class_name('lightweight');
|
||||
this._updateTitleStyle();
|
||||
|
||||
this.notify('title');
|
||||
|
Reference in New Issue
Block a user