status/keyboard: Fix typo
Missing 't' in shortName, as it's used everywhere else.
This commit is contained in:
parent
c42f5e2b1e
commit
1532ac3726
@ -843,7 +843,7 @@ var InputSourceIndicator = new Lang.Class({
|
|||||||
this._indicatorLabels[i] = indicatorLabel;
|
this._indicatorLabels[i] = indicatorLabel;
|
||||||
is.connect('changed', function() {
|
is.connect('changed', function() {
|
||||||
menuItem.indicator.set_text(is.shortName);
|
menuItem.indicator.set_text(is.shortName);
|
||||||
indicatorLabel.set_text(is.shorName);
|
indicatorLabel.set_text(is.shortName);
|
||||||
});
|
});
|
||||||
|
|
||||||
this.menu.addMenuItem(menuItem, menuIndex++);
|
this.menu.addMenuItem(menuItem, menuIndex++);
|
||||||
|
Loading…
Reference in New Issue
Block a user