diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js index 268e87303..49955f7d1 100644 --- a/js/ui/status/bluetooth.js +++ b/js/ui/status/bluetooth.js @@ -137,7 +137,7 @@ const Indicator = new Lang.Class({ else if (nConnectedDevices == -1) this._item.label.text = _("Off"); else - this._item.label.text = _("Not In Use"); + this._item.label.text = _("On"); this._toggleItem.label.text = this._proxy.BluetoothAirplaneMode ? _("Turn On") : _("Turn Off"); },