From: Lukasz Stanislawski Date: Wed, 3 Jun 2020 13:38:00 +0000 (+0200) Subject: storage: change header X-Git-Tag: submit/tizen/20200605.053619~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=817ed4fff72e2a28cad8e3508f46930d3af56c0b;p=profile%2Fcommon%2Fapps%2Fnative%2Fsettings.git storage: change header Change header from "Device memory" to "Device storage" Change-Id: I0dca682e4b40d4b0084bd760ec73efd56b77556a --- diff --git a/resource/po/en_US.po b/resource/po/en_US.po index c4d1bbf..f54bc23 100755 --- a/resource/po/en_US.po +++ b/resource/po/en_US.po @@ -2747,3 +2747,6 @@ msgstr "Set date and time" msgid "IDS_ST_MBODY_PACKAGE_INFO" msgstr "Package info" + +msgid "IDS_ST_BODY_DEVICE_STORAGE" +msgstr "Device storage" diff --git a/resource/po/ko_KR.po b/resource/po/ko_KR.po index 2b7d365..90d839b 100644 --- a/resource/po/ko_KR.po +++ b/resource/po/ko_KR.po @@ -2745,3 +2745,6 @@ msgstr "날짜 및 시간 설정" msgid "IDS_ST_MBODY_PACKAGE_INFO" msgstr "패키지 정보" + +msgid "IDS_ST_BODY_DEVICE_STORAGE" +msgstr "기기 저장" diff --git a/setting-storage/include/setting-storage-string.h b/setting-storage/include/setting-storage-string.h index 65d873b..0b588a6 100644 --- a/setting-storage/include/setting-storage-string.h +++ b/setting-storage/include/setting-storage-string.h @@ -29,7 +29,7 @@ #define STORAGE_STR_DELETE "IDS_ST_BODY_DELETE" #define STORAGE_STR_DELETE_Q "IDS_ST_POP_DELETE_Q" -#define STORAGE_STR_INTERNAL_STORAGE "IDS_ST_BODY_DEVICE_MEMORY" +#define STORAGE_STR_INTERNAL_STORAGE "IDS_ST_BODY_DEVICE_STORAGE" #define STORAGE_STR_TOTAL "IDS_ST_BODY_TOTAL_SPACE" #define STORAGE_STR_AUDIO "IDS_ST_HEADER_AUDIO" diff --git a/setting-storage/src/setting-storage-main.c b/setting-storage/src/setting-storage-main.c index 443ea38..ab1839c 100755 --- a/setting-storage/src/setting-storage-main.c +++ b/setting-storage/src/setting-storage-main.c @@ -515,7 +515,7 @@ static int _view_create(void *data) /* Generate main genlist items */ /* "Default storage settings" group */ setting_create_Gendial_field_titleItem(ad->md.genlist, &itc_group_item, - "IDS_ST_BODY_DEVICE_MEMORY", NULL); + "IDS_ST_BODY_DEVICE_STORAGE", NULL); storage_get_internal_storage_status(&ad->sz_inter_total, &ad->sz_inter_avail);