From b45e9d3f3866f0037e9355012181c690054374d8 Mon Sep 17 00:00:00 2001 From: David Planella Date: Sat, 4 Feb 2012 10:26:52 +0100 Subject: Added a translators comment to appear in Launchpad to clarify the meaning of the 'Format...' message (bug 926339) (bzr r1897.1.1) --- plugins/unityshell/src/DeviceLauncherIcon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/unityshell/src/DeviceLauncherIcon.cpp b/plugins/unityshell/src/DeviceLauncherIcon.cpp index eca15f17a..ec0e5ce4e 100644 --- a/plugins/unityshell/src/DeviceLauncherIcon.cpp +++ b/plugins/unityshell/src/DeviceLauncherIcon.cpp @@ -130,6 +130,7 @@ std::list DeviceLauncherIcon::GetMenus() { menu_item = dbusmenu_menuitem_new(); + // TRANSLATORS: This refers to the action of formatting a device dbusmenu_menuitem_property_set(menu_item, DBUSMENU_MENUITEM_PROP_LABEL, _("Format...")); dbusmenu_menuitem_property_set_bool(menu_item, DBUSMENU_MENUITEM_PROP_ENABLED, true); dbusmenu_menuitem_property_set_bool(menu_item, DBUSMENU_MENUITEM_PROP_VISIBLE, true); -- cgit v1.2.3