Change string for sd card
[platform/core/system/system-popup.git] / src / mmc / mmc-mobile.c
index a59da07..6154f4f 100755 (executable)
@@ -268,8 +268,8 @@ static void terminate_mmc_popup(const struct popup_ops *ops)
 static const struct popup_ops mount_error_ops = {
        .name           = "mounterr",//"mmc_mount_error",
        .show           = load_simple_popup,
-       .title          = "IDS_IDLE_HEADER_UNABLE_TO_MOUNT_SD_CARD_ABB",
-       .content        = "IDS_DN_POP_FAILED_TO_MOUNT_SD_CARD_REINSERT_OR_FORMAT_SD_CARD",
+       .title          = "IDS_IDLE_HEADER_COULDNT_MOUNT_SD_CARD_ABB",
+       .content        = "IDS_IDLE_POP_REMOVE_AND_REINSERT_OR_FORMAT_YOUR_SD_CARD_THEN_TRY_AGAIN",
        .left_text      = "IDS_COM_SK_OK",
        .skip           = skip_mount_error_popup,
        .pre            = launch_mmc_popup,
@@ -278,7 +278,7 @@ static const struct popup_ops mount_error_ops = {
 static const struct popup_ops unmount_error_ops = {
        .name           = "unmounterr",//"mmc_unmount_error",
        .show           = load_simple_popup,
-       .title          = "IDS_IDLE_HEADER_UNABLE_TO_UNMOUNT_SD_CARD_ABB",
+       .title          = "IDS_IDLE_HEADER_COULDNT_UNMOUNT_SD_CARD_ABB",
        .content        = "IDS_IDLE_POP_THE_SD_CARD_MAY_BE_IN_USE_TRY_AGAIN_LATER",
        .left_text      = "IDS_COM_SK_OK",
        .skip           = skip_unmount_error_popup,