jaehyun pushed a commit to branch master.

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

commit cbd28d7fabc1b51d4ec1b49966d6bc4783896078
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Thu Dec 1 20:52:43 2016 +0900

    preference_setting: Modify description for auto indentation.
    
    The short cut key for auto indentation was deleted.
    So the description for auto indentation has been modified.
---
 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 8e4ad8e..0cb6624 100644
--- a/src/bin/preference_setting.c
+++ b/src/bin/preference_setting.c
@@ -254,8 +254,7 @@ preference_setting_content_get(preference_setting_data *psd,
    //Toggle (Auto Indentation)
    Evas_Object *toggle_indent =
       toggle_create(box, _("Auto Indentation"), config_auto_indent_get(),
-                    _("Auto indentation (Ctrl + I)<br>"
-                      "Apply automatic indentation for text editing.<br>"
+                    _("Apply automatic indentation for text editing.<br>"
                       "When wrapping the text around, Enventor<br>"
                       "inserts the line indentation automatically."));
    elm_box_pack_end(box, toggle_indent);

-- 


Reply via email to