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
This commit is contained in:
Taehyub Kim 2016-06-28 13:52:21 +09:00 committed by Hermet Park
parent 3690f6d012
commit 9ed825cdb7
1 changed files with 2 additions and 2 deletions

View File

@ -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);