From 65744977a6b049332680a8c340f3c7b44e9bc460 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Fri, 10 Dec 2010 13:01:31 +0000 Subject: [PATCH] Typo--. SVN revision: 55446 --- legacy/elementary/src/bin/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/bin/config.c b/legacy/elementary/src/bin/config.c index ec91d06f3b..cd1f16b37e 100644 --- a/legacy/elementary/src/bin/config.c +++ b/legacy/elementary/src/bin/config.c @@ -2524,7 +2524,7 @@ _status_config_scrolling(Evas_Object *win, LABEL_FRAME_ADD("Zoom scroll friction"); sl = elm_slider_add(win); - elm_object_tooltip_text_set(sl, "This is the amount of inertia inertia
" + elm_object_tooltip_text_set(sl, "This is the amount of inertia
" "scrollers will impose at animations
" "triggered by Elementary widgets'
" "zooming API");