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.
This commit is contained in:
Jaehyun Cho 2016-12-01 20:52:43 +09:00
parent 15fd8149b4
commit cbd28d7fab
1 changed files with 1 additions and 2 deletions

View File

@ -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);