hermet pushed a commit to branch master.

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

commit e1cde9ffcab4625e0fabe98122f1b1c8617bd4a9
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Fri Jun 10 13:59:38 2016 +0900

    tools: update tooltip.
---
 src/bin/tools.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bin/tools.c b/src/bin/tools.c
index 7f638ca..2fa23a3 100644
--- a/src/bin/tools.c
+++ b/src/bin/tools.c
@@ -219,7 +219,6 @@ tools_init(Evas_Object *parent)
    elm_object_part_content_set(live_view_ly, "elm.swallow.dummy", btn);
    td->swallow_btn = btn;
 
-   //icon image is temporary, it should be changed to its own icon.
    btn = tools_btn_create(live_view_ly, "mirror",
                           _("Mirror Mode (Ctrl + M)<br>"
                             "Invert layout horizontally. This previews <br>"
@@ -282,8 +281,8 @@ tools_init(Evas_Object *parent)
 
    btn = tools_btn_create(text_editor_ly, "find",
                           _("Find/Replace (Ctrl + F)<br>"
-                            "Open Find/Replace window to find or replace "
-                            "text."),
+                            "Open Find/Replace window to find or<br>"
+                            "replace text."),
                           find_cb);
    evas_object_size_hint_weight_set(btn, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    evas_object_size_hint_align_set(btn, EVAS_HINT_FILL, EVAS_HINT_FILL);
@@ -292,7 +291,8 @@ tools_init(Evas_Object *parent)
 
    btn = tools_btn_create(text_editor_ly, "goto",
                           _("Goto Lines (Ctrl + L)<br>"
-                            "Open Goto window to move the cursor line 
position."),
+                            "Open Goto window to move the cursor<br>"
+                            "line position."),
                           goto_cb);
    evas_object_size_hint_weight_set(btn, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    evas_object_size_hint_align_set(btn, EVAS_HINT_FILL, EVAS_HINT_FILL);

-- 


Reply via email to