TizenRefApp-5259 App notifications Screen have incorrect names of string IDs - Fixed 52/55052/2 accepted/tizen/mobile/20151221.224425 submit/tizen/20151221.123841
authorMykola Alieksieiev <m.alieksieie@samsung.com>
Mon, 21 Dec 2015 11:35:15 +0000 (13:35 +0200)
committerAndrey Klimenko <and.klimenko@samsung.com>
Mon, 21 Dec 2015 12:12:28 +0000 (04:12 -0800)
Change-Id: Idbe92ca63c3e6dfb115d05ebe05b5f6ad28c66e1
Signed-off-by: Mykola Alieksieiev <m.alieksieie@samsung.com>
ug-setting-notification-app-notifications-efl/src/app-notificatons-efl.c
ug-setting-notification-do-not-disturb-efl/src/do-not-disturb-efl.c

index 38a9f50..56323a3 100755 (executable)
@@ -240,7 +240,7 @@ int UG_MODULE_INIT(struct ug_module_ops *ops)
        ops->priv = ugd;
        ops->opt = UG_OPT_INDICATOR_ENABLE;
 
-       if (bindtextdomain(PKGNAME, tzplatform_mkpath(TZ_SYS_RO_APP, "ug-setting-notification-efl/res/locale")) == NULL) {
+       if (bindtextdomain(PKGNAME, tzplatform_mkpath(TZ_SYS_RO_UG, "res/locale")) == NULL) {
                /* Failed to allocate memory for allocating heap for store the path of LOCALE directory */
        }
 
index 73bf87c..c4e7717 100755 (executable)
@@ -262,7 +262,7 @@ int UG_MODULE_INIT(struct ug_module_ops *ops)
        ops->priv = ugd;
        ops->opt = UG_OPT_INDICATOR_ENABLE;
 
-       if (bindtextdomain(PKGNAME, tzplatform_mkpath(TZ_SYS_RO_APP, "ug-setting-notification-efl/res/locale"))== NULL) {
+       if (bindtextdomain(PKGNAME, tzplatform_mkpath(TZ_SYS_RO_UG, "res/locale"))== NULL) {
                /* Failed to allocate memory for allocating heap for store the path of LOCALE directory */
        }