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)
" - "Apply automatic indentation for text editing.
" + _("Apply automatic indentation for text editing.
" "When wrapping the text around, Enventor
" "inserts the line indentation automatically.")); elm_box_pack_end(box, toggle_indent);