elementary_config: Fix typo

SVN revision: 76839
This commit is contained in:
Leandro Pereira 2012-09-18 21:59:25 +00:00
parent 5d43c02b4e
commit c0f71f3186
1 changed files with 1 additions and 1 deletions

View File

@ -2883,7 +2883,7 @@ _status_config_caches(Evas_Object *win,
evas_object_size_hint_weight_set(bx, EVAS_HINT_EXPAND, 0.0);
evas_object_size_hint_align_set(bx, EVAS_HINT_FILL, 0.5);
LABEL_FRAME_ADD("<hilight>Cache Flush Interval (8 ticks pre second)</>");
LABEL_FRAME_ADD("<hilight>Cache Flush Interval (8 ticks per second)</>");
sl = elm_slider_add(win);
evas_object_data_set(win, "cache_flush_interval_slider", sl);