jaehyun pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=e69df46f520d829a816195e54e3b233068e69886

commit e69df46f520d829a816195e54e3b233068e69886
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Mon Oct 17 21:11:16 2016 +0900

    setting: Remove redundant tooltip description for "Status".
---
 src/bin/preference_setting.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/preference_setting.c b/src/bin/preference_setting.c
index b2c8cb6..8f94f87 100644
--- a/src/bin/preference_setting.c
+++ b/src/bin/preference_setting.c
@@ -239,8 +239,7 @@ preference_setting_content_get(preference_setting_data *psd,
       toggle_create(box, _("Status"), config_stats_bar_get(),
                     _("Status (F8)<br>"
                       "Display Status bar, which shows subsidiary<br>"
-                      "information  for editing in the bottom area."
-                      "editing."));
+                      "information for editing in the bottom area."));
    elm_box_pack_end(box, toggle_status);
 
    //Toggle (Console)

-- 


Reply via email to