diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-10-21 17:55:15 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-10-21 17:55:15 -0400 |
commit | d753f21a21c09907b35869995e30327e1c275c95 (patch) | |
tree | dcd2f60053a894fe12c4871792d41158a0973776 /src | |
parent | 0795831890bcc033519d4570c97dcecda86bbc9e (diff) | |
download | ayatana-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.vala | 2 |
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); |