summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiseok Chang <kiso.chang@samsung.com>2021-05-03 06:45:40 +0000
committerKiseok Chang <kiso.chang@samsung.com>2021-05-03 06:45:40 +0000
commitb6f151982ada0676e3e164ad182acc3fa49dd27a (patch)
treef9a80e4dd0dfa2886c12282539b1605eb9a27698
parent820c4d3b3af878e77d25e074eeee7822456572c0 (diff)
downloadsettings-b6f151982ada0676e3e164ad182acc3fa49dd27a.tar.gz
settings-b6f151982ada0676e3e164ad182acc3fa49dd27a.tar.bz2
settings-b6f151982ada0676e3e164ad182acc3fa49dd27a.zip
This reverts commit 820c4d3b3af878e77d25e074eeee7822456572c0. Change-Id: I141749978cfd016d1e276c3adba1b8a33ae9bf10
-rw-r--r--resource/po/en.po5
-rw-r--r--resource/po/ko_KR.po3
-rwxr-xr-xsetting-language-and-input/src/setting-language-and-input-view.c4
3 files changed, 3 insertions, 9 deletions
diff --git a/resource/po/en.po b/resource/po/en.po
index 36162a3..b45f09f 100644
--- a/resource/po/en.po
+++ b/resource/po/en.po
@@ -2756,7 +2756,4 @@ 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."
-
-msgid "IDS_WAKEUP_BODY_WAKEUP_ENABLE"
-msgstr "Voice Wake-up" \ No newline at end of file
+msgstr "show network status and other information." \ No newline at end of file
diff --git a/resource/po/ko_KR.po b/resource/po/ko_KR.po
index cacd6a7..2a249a3 100644
--- a/resource/po/ko_KR.po
+++ b/resource/po/ko_KR.po
@@ -2799,6 +2799,3 @@ 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 b5fde56..5ce3d60 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_WAKEUP_BODY_WAKEUP_ENABLE",
+ } else if (!safeStrCmp("IDS_VOICE_BODY_VOICE_CONTROL_ABB2",
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_WAKEUP_BODY_WAKEUP_ENABLE",
+ NULL, 0, "IDS_VOICE_BODY_VOICE_CONTROL_ABB2",
NULL, NULL);
setting_create_Gendial_field_def(ad->md.genlist, &(ad->itc_1text),
setting_lang_item_Gendial_mouse_up_cb, ad,