Revert "Change a string of menu item" 03/257803/1 accepted/tizen/unified/20210504.041119 submit/tizen/20210503.070241
authorKiseok Chang <kiso.chang@samsung.com>
Mon, 3 May 2021 06:45:40 +0000 (06:45 +0000)
committerKiseok Chang <kiso.chang@samsung.com>
Mon, 3 May 2021 06:45:40 +0000 (06:45 +0000)
This reverts commit 820c4d3b3af878e77d25e074eeee7822456572c0.

Change-Id: I141749978cfd016d1e276c3adba1b8a33ae9bf10

resource/po/en.po
resource/po/ko_KR.po
setting-language-and-input/src/setting-language-and-input-view.c

index 36162a302242e3ada451ed0ae34d52bd25207ca9..b45f09f3920104a14888df792add7dd9cc63681b 100644 (file)
@@ -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
index cacd6a728dec9ac79249bee3ae5cb2fd16050daf..2a249a303564e95beb9490386fb62c57f8b66f4d 100644 (file)
@@ -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
index b5fde56b7ad0eb1d737601f6c21f65576ffd8f9c..5ce3d602461a1a8e3adab6b2927a0db654511d0e 100755 (executable)
@@ -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,