react to keypress instead?
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Jun 2012 07:55:00 +0000 (07:55 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Jun 2012 07:55:00 +0000 (07:55 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@72571 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/options_behavior.c

index b805ace4d530f66b36ecea6fbf61a02f5e4226d5..703eb9ee3927b11c581214ff582cca8e7a0ed274 100644 (file)
@@ -82,7 +82,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
    o = elm_check_add(opbox);
    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, "Animate on key press");
+   elm_object_text_set(o, "React to key press");
    elm_check_state_set(o, config->flicker_on_key);
    elm_box_pack_end(opbox, o);
    evas_object_show(o);