From db307a642ced2decad558baaf08d5cf280f6b7ea Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 19 Sep 2016 14:33:00 +0900 Subject: [PATCH] preference_setting: fix invalid shortcut key message. alt + o is no more valid. --- 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 72a91b0..b2c8cb6 100644 --- a/src/bin/preference_setting.c +++ b/src/bin/preference_setting.c @@ -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)
" - "Display the candidate keyword popup with
" + _("Display the candidate keyword popup with
" "regards to the current editing contxt.
" "When you type texts in the editor, the candidate
" "popup appears. You can choose an item
"