aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-10-21 17:55:15 -0400
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-10-21 17:55:15 -0400
commitd753f21a21c09907b35869995e30327e1c275c95 (patch)
treedcd2f60053a894fe12c4871792d41158a0973776 /src
parent0795831890bcc033519d4570c97dcecda86bbc9e (diff)
downloadayatana-indicator-bluetooth-d753f21a21c09907b35869995e30327e1c275c95.tar.gz
ayatana-indicator-bluetooth-d753f21a21c09907b35869995e30327e1c275c95.tar.bz2
ayatana-indicator-bluetooth-d753f21a21c09907b35869995e30327e1c275c95.zip
Desktop menu: mark "Visible" menu item label for translation
Diffstat (limited to 'src')
-rw-r--r--src/desktop.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.vala b/src/desktop.vala
index 4e36273..267cf27 100644
--- a/src/desktop.vala
+++ b/src/desktop.vala
@@ -185,7 +185,7 @@ class Desktop: Profile
// quick toggles section
section = new Menu ();
section.append_item (create_enabled_menuitem ());
- item = new MenuItem ("Visible", "indicator.desktop-discoverable");
+ item = new MenuItem (_("Visible"), "indicator.desktop-discoverable");
item.set_attribute ("x-canonical-type", "s",
"com.canonical.indicator.switch");
section.append_item (item);