[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. 3eef8cab2cb6f039b529ffc89deb21a0dcab03df

devilhorns devilhorns at alioth.debian.org
Sat May 24 15:07:48 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit f657d07752ccb30f976e7025f768650c19eeb208
Author: devilhorns <devilhorns>
Date:   Mon May 19 10:03:10 2008 +0000

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

diff --git a/src/modules/gadman/e_mod_gadman.c b/src/modules/gadman/e_mod_gadman.c
index 03444c4..42cb90e 100644
--- a/src/modules/gadman/e_mod_gadman.c
+++ b/src/modules/gadman/e_mod_gadman.c
@@ -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);
 

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list