preference_setting: fix invalid shortcut key message.

alt + o is no more valid.
This commit is contained in:
Hermet Park 2016-09-19 14:33:00 +09:00
parent 396051ef28
commit db307a642c
1 changed files with 1 additions and 2 deletions

View File

@ -264,8 +264,7 @@ preference_setting_content_get(preference_setting_data *psd,
//Toggle (Auto Completion)
Evas_Object *toggle_autocomp =
toggle_create(box, _("Auto Completion"), config_auto_complete_get(),
_("Auto completion (Ctrl + O)<br>"
"Display the candidate keyword popup with<br>"
_("Display the candidate keyword popup with<br>"
"regards to the current editing contxt.<br>"
"When you type texts in the editor, the candidate<br>"
"popup appears. You can choose an item<br>"