aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-10-24 13:10:21 +0000
committerTarmac <>2013-10-24 13:10:21 +0000
commit506ae9ce557174f5ecc2dc09738c6c1659d4b040 (patch)
treedcd2f60053a894fe12c4871792d41158a0973776
parent0795831890bcc033519d4570c97dcecda86bbc9e (diff)
parentd753f21a21c09907b35869995e30327e1c275c95 (diff)
downloadayatana-indicator-bluetooth-506ae9ce557174f5ecc2dc09738c6c1659d4b040.tar.gz
ayatana-indicator-bluetooth-506ae9ce557174f5ecc2dc09738c6c1659d4b040.tar.bz2
ayatana-indicator-bluetooth-506ae9ce557174f5ecc2dc09738c6c1659d4b040.zip
Desktop menu: mark "Visible" menu item label as translatable. Fixes: https://bugs.launchpad.net/bugs/1242038.
Approved by PS Jenkins bot, Charles Kerr.
-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);