From: kiso.chang Date: Wed, 28 Apr 2021 08:24:00 +0000 (+0900) Subject: Change a string of menu item X-Git-Tag: submit/tizen/20210428.083924^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=820c4d3b3af878e77d25e074eeee7822456572c0;p=profile%2Fcommon%2Fapps%2Fnative%2Fsettings.git Change a string of menu item - "Voice control" to "Voice Wake-up" in Language and input Change-Id: I0d665f056f0bf59c6a1a03364e516848991ad756 Signed-off-by: kiso.chang --- diff --git a/resource/po/en.po b/resource/po/en.po index b45f09f..36162a3 100644 --- a/resource/po/en.po +++ b/resource/po/en.po @@ -2756,4 +2756,7 @@ msgid "IDS_MSG_RESET_CANNOT_BE_UNDONE" msgstr "This action cannot be undone." msgid "IDS_ST_BODY_SHOW_NETWORK_STATUS_AND_OTHER_INFORMATION" -msgstr "show network status and other information." \ No newline at end of file +msgstr "show network status and other information." + +msgid "IDS_WAKEUP_BODY_WAKEUP_ENABLE" +msgstr "Voice Wake-up" \ No newline at end of file diff --git a/resource/po/ko_KR.po b/resource/po/ko_KR.po index 2a249a3..cacd6a7 100644 --- a/resource/po/ko_KR.po +++ b/resource/po/ko_KR.po @@ -2799,3 +2799,6 @@ msgstr "상태" msgid "IDS_ST_BODY_DEVICE_NAMES_ARE_DISPLAYED" msgstr "블루투스, Wi-Fi Direct 등에서 장치를 구별하기 위해 디바이스 이름이 표시됩니다." + +msgid "IDS_WAKEUP_BODY_WAKEUP_ENABLE" +msgstr "음성 호출" \ No newline at end of file diff --git a/setting-language-and-input/src/setting-language-and-input-view.c b/setting-language-and-input/src/setting-language-and-input-view.c index 5ce3d60..b5fde56 100755 --- a/setting-language-and-input/src/setting-language-and-input-view.c +++ b/setting-language-and-input/src/setting-language-and-input-view.c @@ -241,7 +241,7 @@ static void setting_lang_item_Gendial_mouse_up_cb(void *data, } else if (!safeStrCmp("IDS_VC_MBODY_NOTIFICATION_READ_OUT", list_item->keyStr)) { setting_lang_create_readout_ug(ad); - } else if (!safeStrCmp("IDS_VOICE_BODY_VOICE_CONTROL_ABB2", + } else if (!safeStrCmp("IDS_WAKEUP_BODY_WAKEUP_ENABLE", list_item->keyStr)) { app_group_launcher( "org.tizen.voice-setting|show:voice-control"); @@ -335,7 +335,7 @@ static int _view_create(void *cb) setting_create_Gendial_field_def(ad->md.genlist, &(ad->itc_1text), setting_lang_item_Gendial_mouse_up_cb, ad, SWALLOW_Type_INVALID, NULL, - NULL, 0, "IDS_VOICE_BODY_VOICE_CONTROL_ABB2", + NULL, 0, "IDS_WAKEUP_BODY_WAKEUP_ENABLE", NULL, NULL); setting_create_Gendial_field_def(ad->md.genlist, &(ad->itc_1text), setting_lang_item_Gendial_mouse_up_cb, ad,