From: Lukasz Stanislawski Date: Wed, 3 Jun 2020 12:46:24 +0000 (+0200) Subject: appmgr: change title X-Git-Tag: submit/tizen/20200605.053619~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a12a2d1e1534f2953311a0e4b457994ef5a23f0;p=profile%2Fcommon%2Fapps%2Fnative%2Fsettings.git appmgr: change title Change "Active application" -> "Package info" Change-Id: Ibe66c08c147816ba4902df2df1e3946c392d4ddb --- diff --git a/resource/po/en_US.po b/resource/po/en_US.po index 851aa97..c4d1bbf 100755 --- a/resource/po/en_US.po +++ b/resource/po/en_US.po @@ -2744,3 +2744,6 @@ msgstr "Soft Keys" msgid "IDS_ST_BODY_SET_DATE_AND_TIME" msgstr "Set date and time" + +msgid "IDS_ST_MBODY_PACKAGE_INFO" +msgstr "Package info" diff --git a/resource/po/ko_KR.po b/resource/po/ko_KR.po index 5437bfb..2b7d365 100644 --- a/resource/po/ko_KR.po +++ b/resource/po/ko_KR.po @@ -2742,3 +2742,6 @@ msgstr "아래는 %s 앱에서 실행한 앱입니다. 이 앱을 중지하면 % msgid "IDS_ST_BODY_SET_DATE_AND_TIME" msgstr "날짜 및 시간 설정" + +msgid "IDS_ST_MBODY_PACKAGE_INFO" +msgstr "패키지 정보" diff --git a/setting-appmgr/include/setting-appmgr-string.h b/setting-appmgr/include/setting-appmgr-string.h index ef68f34..21f376c 100644 --- a/setting-appmgr/include/setting-appmgr-string.h +++ b/setting-appmgr/include/setting-appmgr-string.h @@ -50,7 +50,7 @@ "STARTED_BY_PS_STOPPING_THESE_APPLICATIONS_MAY_CAUSE_PS_TO_FAIL" -#define MGRAPP_STR_ACTIVE_APP "IDS_ST_MBODY_ACTIVE_APPLICATION" +#define MGRAPP_STR_ACTIVE_APP "IDS_ST_MBODY_PACKAGE_INFO" #define MGRAPP_STR_ACTIVE_APPS_N "IDS_TASKMGR_BODY_ACTIVE_APPLICATIONS_C_PD" #define MGRAPP_STR_APPS "IDS_ST_BODY_APPLICATIONS" #define MGRAPP_STR_VERSION_STR "IDS_ST_BODY_VERSION_PS"