diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/profile.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.vala b/src/profile.vala index 96ec780..4320ac8 100644 --- a/src/profile.vala +++ b/src/profile.vala @@ -86,7 +86,7 @@ class Profile: Object protected MenuItem create_enabled_menuitem () { - var item = new MenuItem ("Bluetooth", "indicator.bluetooth-enabled"); + var item = new MenuItem (_("Bluetooth"), "indicator.bluetooth-enabled"); item.set_attribute ("x-canonical-type", "s", "com.canonical.indicator.switch"); |