hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=1768d6b388aaf115df0189907690142a1e3c4313
commit 1768d6b388aaf115df0189907690142a1e3c4313 Author: Hermet Park <[email protected]> Date: Mon May 23 13:54:53 2016 +0900 live_edit: improve status message. --- src/bin/live_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/live_edit.c b/src/bin/live_edit.c index 48d2a66..60f911d 100644 --- a/src/bin/live_edit.c +++ b/src/bin/live_edit.c @@ -2113,7 +2113,7 @@ live_btn_clicked_cb(void *data, Evas_Object *obj EINA_UNUSED, live_edit_layer_set(ld); - stats_info_msg_update(_("Double click part to confirm. (Esc = cancel)")); + stats_info_msg_update(_("Double click part to confirm. (Esc = cancel, Direction Key = move item per pixel)")); } static Evas_Object * --
