From 9691859e53434e3994be11814e475c71dd342248 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 7 Jun 2012 09:52:14 +0000 Subject: [PATCH] typos in notify test SVN revision: 71788 --- src/bin/test_notify.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/test_notify.c b/src/bin/test_notify.c index dcb387a..b8ea9ac 100644 --- a/src/bin/test_notify.c +++ b/src/bin/test_notify.c @@ -89,7 +89,7 @@ test_notify(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info evas_object_show(bx); lb = elm_label_add(win); - elm_object_text_set(lb, "Bottom position. This notify use a timeout of 5 sec.
" + elm_object_text_set(lb, "Bottom position. This notify uses a timeout of 5 sec.
" "The events outside the window are blocked."); elm_box_pack_end(bx, lb); evas_object_show(lb); @@ -118,7 +118,7 @@ test_notify(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info evas_object_show(bx); lb = elm_label_add(win); - elm_object_text_set(lb, "Left position. This notify use a timeout of 10 sec."); + elm_object_text_set(lb, "Left position. This notify uses a timeout of 10 sec."); elm_box_pack_end(bx, lb); evas_object_show(lb); @@ -146,7 +146,7 @@ test_notify(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info evas_object_show(bx); lb = elm_label_add(win); - elm_object_text_set(lb, "Center position. This notify use a timeout of 10 sec."); + elm_object_text_set(lb, "Center position. This notify uses a timeout of 10 sec."); elm_box_pack_end(bx, lb); evas_object_show(lb); -- 2.7.4