typos in notify test

SVN revision: 71788
This commit is contained in:
Mike Blumenkrantz 2012-06-07 09:52:14 +00:00
parent c44133eadb
commit e14d40fc97
1 changed files with 3 additions and 3 deletions

View File

@ -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.<br/>"
elm_object_text_set(lb, "Bottom position. This notify uses a timeout of 5 sec.<br/>"
"<b>The events outside the window are blocked.</b>");
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);