hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=1c21a8538ff0a445fb8f6380685e2418ac1e8280

commit 1c21a8538ff0a445fb8f6380685e2418ac1e8280
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Wed Apr 27 00:03:25 2016 +0900

    status: adjust stats msg idle time.
    
    as well as some messages.
---
 data/themes/default/layout_common.edc | 2 +-
 src/bin/live_edit.c                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/themes/default/layout_common.edc 
b/data/themes/default/layout_common.edc
index 236fd42..2f2f26d 100644
--- a/data/themes/default/layout_common.edc
+++ b/data/themes/default/layout_common.edc
@@ -2506,7 +2506,7 @@ group { name: "statusbar_layout";
       program { name: "info_msg_idle";
          action: STATE_SET "show" 0.0;
          target: "elm.text.info_msg";
-         transition: LINEAR 2;
+         transition: LINEAR 3.5;
          after: "info_msg_hide";
       }
       program { name: "info_msg_hide";
diff --git a/src/bin/live_edit.c b/src/bin/live_edit.c
index 5c6c9f4..b3e8b71 100644
--- a/src/bin/live_edit.c
+++ b/src/bin/live_edit.c
@@ -1010,7 +1010,7 @@ live_btn_clicked_cb(void *data, Evas_Object *obj 
EINA_UNUSED,
 
    live_edit_layer_set(ld);
 
-   stats_info_msg_update(_("Double click the part to confirm. (Esc = 
cancel)"));
+   stats_info_msg_update(_("Double click part to confirm. (Esc = cancel)"));
 }
 
 static Evas_Object *

-- 


Reply via email to