elm test_clock.c: Fixed a typo.

SVN revision: 79700
This commit is contained in:
Daniel Juyung Seo 2012-11-26 11:51:53 +00:00
parent d41fd46564
commit bf0f7d3bb2
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ test_clock3(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info
lb = elm_label_add(win);
elm_object_text_set(lb,
"Check time updates for an user mouse button hold."
"Check time updates for a user mouse button hold."
);
evas_object_size_hint_weight_set(lb, 0.0, 0.0);
evas_object_size_hint_align_set(lb, EVAS_HINT_FILL, EVAS_HINT_FILL);