hermet pushed a commit to branch master.

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

commit dfabf9d1223a86cc4407187064538a72758ab812
Author: ChunEon Park <[email protected]>
Date:   Sat Aug 2 17:58:27 2014 +0900

    goto: removed a period in the message
---
 src/bin/goto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/goto.c b/src/bin/goto.c
index 7231be8..fc52f74 100644
--- a/src/bin/goto.c
+++ b/src/bin/goto.c
@@ -62,7 +62,7 @@ entry_changed_cb(void *data, Evas_Object *obj, void* 
event_info EINA_UNUSED)
    if ((line < 1) || (line > edit_max_line_get(gd->ed)))
      {
         elm_object_part_text_set(gd->layout, "elm.text.msg",
-                                 "Invalid line number.");
+                                 "Invalid line number");
         elm_object_disabled_set(gd->btn, EINA_TRUE);
      }
    else

-- 


Reply via email to