This commit is contained in:
Boris Faure 2014-04-22 21:21:22 +02:00
parent e2c687cf99
commit fd518e1a80
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
o = elm_check_add(bx);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, 0.0);
evas_object_size_hint_align_set(o, EVAS_HINT_FILL, 0.5);
elm_object_text_set(o, "React to key");
elm_object_text_set(o, "React to key presses");
elm_check_state_set(o, config->flicker_on_key);
elm_box_pack_end(bx, o);
evas_object_show(o);