From e14d40fc9724dffd28302486b7b893d8934aa37f 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 --- legacy/elementary/src/bin/test_notify.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/src/bin/test_notify.c b/legacy/elementary/src/bin/test_notify.c index dcb387adc9..b8ea9acd01 100644 --- a/legacy/elementary/src/bin/test_notify.c +++ b/legacy/elementary/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);