hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=896da7f386e5fb2dc07635c548c4a4f71d95a80d

commit 896da7f386e5fb2dc07635c548c4a4f71d95a80d
Author: Hermet Park <[email protected]>
Date:   Sat Jul 2 13:19:31 2016 +0900

    tools: update part outline tooltip msg.
---
 src/bin/tools.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/bin/tools.c b/src/bin/tools.c
index a921f07..c81afbb 100644
--- a/src/bin/tools.c
+++ b/src/bin/tools.c
@@ -228,8 +228,9 @@ tools_init(Evas_Object *parent)
    td->swallow_btn = btn;
 
    btn = tools_btn_create(live_view_ly, "part_outline",
-                          _("Parts Outline (Ctrl + P)<br>"
-                            "Display parts outline"),
+                          _("Wireframes (Ctrl + P)<br>"
+                            "Display wireframes to identify the parts<br>"
+                            "boundaries."),
                           part_outline_cb);
    elm_object_tooltip_orient_set(btn, ELM_TOOLTIP_ORIENT_BOTTOM_RIGHT);
    evas_object_size_hint_weight_set(btn, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);

-- 


Reply via email to