status/keyboard: Fix typo
Missing 't' in shortName, as it's used everywhere else.
This commit is contained in:
@ -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++);
|
||||||
|
Reference in New Issue
Block a user