aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indicator-bluetooth-service.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-bluetooth-service.vala b/src/indicator-bluetooth-service.vala
index 197964c..0ae813e 100644
--- a/src/indicator-bluetooth-service.vala
+++ b/src/indicator-bluetooth-service.vala
@@ -45,7 +45,7 @@ public class BluetoothIndicator
menu_server.set_root (menu);
enable_item = new Dbusmenu.Menuitem ();
- enable_item.property_set (Dbusmenu.MENUITEM_PROP_LABEL, _("Enabled"));
+ enable_item.property_set (Dbusmenu.MENUITEM_PROP_LABEL, _("Bluetooth"));
enable_item.property_set (Dbusmenu.MENUITEM_PROP_TYPE, "x-canonical-switch");
enable_item.item_activated.connect (() =>
{