seoz pushed a commit to branch master.

http://git.enlightenment.org/tools/elm-theme-viewer.git/commit/?id=608a3d571f44e42f68fee440895a30c85aea33fd

commit 608a3d571f44e42f68fee440895a30c85aea33fd
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Aug 14 11:12:20 2014 +0900

    gui: hide that I am made by lead.
---
 src/bin/gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/gui.c b/src/bin/gui.c
index 0a3ff48..faf941f 100644
--- a/src/bin/gui.c
+++ b/src/bin/gui.c
@@ -311,7 +311,7 @@ _toolbar_about_cb(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED,
    elm_object_part_text_set(o, "title,text", "About");
    elm_object_text_set(o, "Elm Theme Viewer v0.1 "
                        "@copyright 2012-2014. "
-                       "Elm Theme Viewer team leaded <br>"
+                       "Elm Theme Viewer team led<br>"
                        "by Daniel Juyung Seo.");
    btn = elm_button_add(o);
    elm_object_text_set(btn, "Close");

-- 


Reply via email to