Be consistent and label the move/resize as it appears when the module is in

a shelf.


SVN revision: 34615
This commit is contained in:
Christopher Michael 2008-05-19 10:03:10 +00:00
parent 7676686823
commit de3750c6a6
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ _attach_menu(void *data, E_Gadcon_Client *gcc, E_Menu *menu)
/* Move / resize*/
mi = e_menu_item_new(menu);
e_menu_item_label_set(mi, _("Move/resize this gadget"));
e_menu_item_label_set(mi, _("Begin move/resize this gadget"));
e_menu_item_icon_edje_set(mi, Man->icon_name, "move_icon");
e_menu_item_callback_set(mi, on_menu_edit, gcc);