[gnome-shell] status/keyboard: Fix typo
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] status/keyboard: Fix typo
- Date: Sat, 12 Aug 2017 19:17:02 +0000 (UTC)
commit 1532ac3726faa4bee59c9f60f26aaa06e97044ef
Author: Carlos Garnacho <carlosg gnome org>
Date: Thu Aug 10 21:03:37 2017 +0200
status/keyboard: Fix typo
Missing 't' in shortName, as it's used everywhere else.
js/ui/status/keyboard.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/keyboard.js b/js/ui/status/keyboard.js
index 2d3d893..70e6abf 100644
--- a/js/ui/status/keyboard.js
+++ b/js/ui/status/keyboard.js
@@ -843,7 +843,7 @@ var InputSourceIndicator = new Lang.Class({
this._indicatorLabels[i] = indicatorLabel;
is.connect('changed', function() {
menuItem.indicator.set_text(is.shortName);
- indicatorLabel.set_text(is.shorName);
+ indicatorLabel.set_text(is.shortName);
});
this.menu.addMenuItem(menuItem, menuIndex++);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]