Edit welcome message.

Summary: Edit welcome message

Test Plan: none.

Reviewers: ajwillia.ms

Reviewed By: ajwillia.ms

Differential Revision: https://phab.enlightenment.org/D3727
This commit is contained in:
Yomi 2016-02-24 10:27:03 +00:00 committed by Andy Williams
parent 1867697292
commit db913666bd
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ edi_mainview_add(Evas_Object *parent, Evas_Object *win)
evas_object_show(nf);
txt = elm_label_add(parent);
elm_object_text_set(txt, "Welcome - tap a file to edit");
elm_object_text_set(txt, "Welcome - click on a file to edit");
evas_object_size_hint_weight_set(txt, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(txt, EVAS_HINT_FILL, EVAS_HINT_FILL);
evas_object_show(txt);