raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=254d513590f510a7443856ab7b9feb8aa6734054

commit 254d513590f510a7443856ab7b9feb8aa6734054
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sat Sep 12 12:45:25 2015 +0900

    elm config - fix labels in config ui for smooth time window
---
 src/bin/config.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/config.c b/src/bin/config.c
index 37a7e96..6733be6 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -3545,11 +3545,11 @@ _status_config_scrolling(Evas_Object *win,
    evas_object_smart_callback_add(sl, "delay,changed", smooth_change, NULL);
 
    /* Scroll Smooth Time Window */
-   LABEL_FRAME_ADD("<hilight>Scroll Smooth Amount</>");
+   LABEL_FRAME_ADD("<hilight>Scroll Smooth Time Window</>");
 
    sl = elm_slider_add(win);
-   elm_object_tooltip_text_set(sl, "This is the amount smoothing to apply<br/>"
-                                   "to thumbscroll to avoid jerky input");
+   elm_object_tooltip_text_set(sl, "This is the window of time to look 
back<br/>"
+                                   "into for smoothing of thumbscroll");
    evas_object_data_set(win, "scroll_smooth_time_window", sl);
    evas_object_size_hint_weight_set(sl, EVAS_HINT_EXPAND, 0.0);
    evas_object_size_hint_align_set(sl, EVAS_HINT_FILL, 0.5);

-- 


Reply via email to