rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=af080ffd00372a7747c69f4771ebf4fdb3662fbb

commit af080ffd00372a7747c69f4771ebf4fdb3662fbb
Author: Vyacheslav Reutskiy <[email protected]>
Date:   Mon May 30 18:01:25 2016 +0300

    tab_home_import_edj: use one font size for whole message
    
    Thus looks better.
    
    Change-Id: I026aba55211ea36e334eec801cae7ae9bcb3cf95
---
 src/bin/ui/tab_home_import_edj.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/ui/tab_home_import_edj.c b/src/bin/ui/tab_home_import_edj.c
index 7c6abb7..2505e37 100644
--- a/src/bin/ui/tab_home_import_edj.c
+++ b/src/bin/ui/tab_home_import_edj.c
@@ -516,10 +516,10 @@ _import(void *data __UNUSED__,
 
    eina_strbuf_reset(buf);
    eina_strbuf_append_printf(buf,
-                            _("<font_size=16>A project folder named '%s' 
already exist."
-                              "Do you want to replace it?</font_size><br>"
+                            _("<wrap=word>A project folder named '%s' already 
exist."
+                              "Do you want to replace it?<br>"
                               "The project folder '%s' already exist in '%s'. 
Replacing it will overwrite"
-                              "<b>all</b> contents."),
+                              "<b>all</b> contents.</wrap>"),
                             elm_entry_entry_get(tab_edj.name),
                             elm_entry_entry_get(tab_edj.name),
                             elm_entry_entry_get(tab_edj.path));

-- 


Reply via email to