From f1ebedfa17339bc9903a347900cf2753535a5e86 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 6 Dec 2013 16:13:00 +0000 Subject: mark the 'Bluetooth' menuitem for translation --- src/profile.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profile.vala') 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"); -- cgit v1.2.3