[TSAM-11176] Screen Reader Read wrong when Add widget and Edit pages 56/103256/1
authorGeunsun, Lee <gs86.lee@samsung.com>
Thu, 8 Dec 2016 00:29:21 +0000 (09:29 +0900)
committerGeunsun, Lee <gs86.lee@samsung.com>
Thu, 8 Dec 2016 00:29:21 +0000 (09:29 +0900)
Change-Id: Ie9464243fa1e89953160f4016305eb4c18508f45

src/cluster_view.c

index fc1e322..7e5af27 100755 (executable)
@@ -680,7 +680,7 @@ static void __cluster_view_get_access_page_delete_button(Eina_List **list)
                                info->target = (Evas_Object *)edje_object_part_object_get(elm_layout_edje_get(page_item->thumbnail_ly), CLUSTER_ALLPAGE_DELETE_BUTTON);
                                info->parent = page_item->thumbnail_ly;
                                info->name = strdup(_("IDS_HS_HEADER_DELETE_PAGE_ABB2"));
-                               info->description = NULL;
+                               info->description = strdup(_("IDS_ACCS_BODY_BUTTON_TTS"));
                                info->role = ELM_ATSPI_ROLE_UNKNOWN;
                                info->clicked_cb = __cluster_view_allpage_delete_clicked;
                                info->cb_data = page_item;
@@ -700,7 +700,7 @@ static void __cluster_view_get_access_add_page(Eina_List **list)
                info->target = cluster_view_s.allpage_add_page;
                info->parent = cluster_view_s.allpage_grid;
                info->name = strdup(_("IDS_HS_BODY_CREATE_PAGE"));
-               info->description = NULL;
+               info->description = strdup(_("IDS_ACCS_BODY_BUTTON_TTS"));
                info->role = ELM_ATSPI_ROLE_UNKNOWN;
                info->clicked_cb = __cluster_view_allpage_add_clicked;
                info->cb_data = NULL;