diff --git a/src/bin/options_behavior.c b/src/bin/options_behavior.c index 8d91f658..48e86bf3 100644 --- a/src/bin/options_behavior.c +++ b/src/bin/options_behavior.c @@ -519,9 +519,9 @@ options_behavior(Evas_Object *opbox, Evas_Object *term) evas_object_size_hint_weight_set(o, 0.0, 0.0); evas_object_size_hint_align_set(o, 0.0, 0.5); tooltip = _("Set the time of the animation that
" - "takes places on tab switches,
" - "be them by key binding, mouse
" - "wheel or tabs panel mouse move"); + "takes places during tab switches,
" + "be those done due to key bindings or
" + "mouse wheel over the tabs panel"); elm_object_tooltip_text_set(o, tooltip); elm_object_text_set(o, _("Tab zoom/switch animation time:")); elm_box_pack_end(bx, o);