aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-12-06 16:13:00 +0000
committerCharles Kerr <charles.kerr@canonical.com>2013-12-06 16:13:00 +0000
commitf1ebedfa17339bc9903a347900cf2753535a5e86 (patch)
treeb423affe5582c1643acb000bd30e027ab2166f18 /src
parent1ada398d932a25db4b6ead5dc4615f745a3ca418 (diff)
downloadayatana-indicator-bluetooth-f1ebedfa17339bc9903a347900cf2753535a5e86.tar.gz
ayatana-indicator-bluetooth-f1ebedfa17339bc9903a347900cf2753535a5e86.tar.bz2
ayatana-indicator-bluetooth-f1ebedfa17339bc9903a347900cf2753535a5e86.zip
mark the 'Bluetooth' menuitem for translation
Diffstat (limited to 'src')
-rw-r--r--src/profile.vala2
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");