From d753f21a21c09907b35869995e30327e1c275c95 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Mon, 21 Oct 2013 17:55:15 -0400 Subject: Desktop menu: mark "Visible" menu item label for translation --- src/desktop.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3