hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=4d85c59418edcdeb38e424aed43b6a72d643049f
commit 4d85c59418edcdeb38e424aed43b6a72d643049f Author: ChunEon Park <[email protected]> Date: Fri Feb 20 21:58:18 2015 +0900 bin/live_edit: shorter guide message. --- src/bin/live_edit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/live_edit.c b/src/bin/live_edit.c index 310a6e7..d851889 100644 --- a/src/bin/live_edit.c +++ b/src/bin/live_edit.c @@ -246,8 +246,7 @@ ctxpopup_it_selected_cb(void *data, Evas_Object *obj, void *event_info) live_edit_layer_set(ld); elm_ctxpopup_dismiss(obj); - stats_info_msg_update("Click and drag the mouse in the Live View to insert " - "the part."); + stats_info_msg_update("Click and drag the mouse in the Live View."); } static void --
