hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=9ed825cdb71b645e9252d2695d0ed0bd7cf28d38

commit 9ed825cdb71b645e9252d2695d0ed0bd7cf28d38
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Tue Jun 28 13:52:21 2016 +0900

    edc_navigator: change the EDC Navigator description
    
    Summary: change the description
    
    Test Plan:
    1. Open basic.edc template
    2. remove the annotation of program part
    3. Show EDC Navigator
    4. move the mouse cursor on the button of Program which have rectangle icon.
    5. move the mouse cursor on the button of program which have triangle icon.
    6. see the each tooltip messages.
    
    Reviewers: Jaehyun_Cho, NikaWhite, bowonryu, Hermet
    
    Reviewed By: Hermet
    
    Differential Revision: https://phab.enlightenment.org/D4102
---
 src/bin/edc_navigator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/edc_navigator.c b/src/bin/edc_navigator.c
index e044dde..6402eab 100644
--- a/src/bin/edc_navigator.c
+++ b/src/bin/edc_navigator.c
@@ -817,7 +817,7 @@ gl_program_content_get_cb(void *data EINA_UNUSED, 
Evas_Object *obj,
 
    //Box
    Evas_Object *box = elm_box_add(obj);
-   elm_object_tooltip_text_set(box, "Play Program");
+   elm_object_tooltip_text_set(box, "Play the program.");
 
    //Button
    Evas_Object *btn = elm_button_add(box);
@@ -1059,7 +1059,7 @@ gl_programs_content_get_cb(void *data EINA_UNUSED, 
Evas_Object *obj,
    //2. Stop All Button
    //Box
    Evas_Object *box = elm_box_add(obj);
-   elm_object_tooltip_text_set(box, "Stop All Programs");
+   elm_object_tooltip_text_set(box, "Stop all programs.");
 
    //Button
    Evas_Object *btn = elm_button_add(box);

-- 


Reply via email to