panel: changed wrong term - drawer - in panel.

drawer is not an official terminology in panel.
This commit is contained in:
Daniel Juyung Seo 2014-08-14 00:32:31 +09:00
parent 46c96ef433
commit 84c5cc64f1
1 changed files with 2 additions and 2 deletions

View File

@ -112,9 +112,9 @@ _access_obj_process(Evas_Object *obj, Eina_Bool is_access)
ao = _elm_access_edje_object_part_object_register
(obj, elm_layout_edje_get(sd->scr_ly), ACCESS_OUTLINE_PART);
_elm_access_text_set(_elm_access_info_get(ao),
ELM_ACCESS_TYPE, E_("A drawer is open"));
ELM_ACCESS_TYPE, E_("A panel is open"));
_elm_access_text_set(_elm_access_info_get(ao),
ELM_ACCESS_CONTEXT_INFO, E_("Double tap to close drawer menu"));
ELM_ACCESS_CONTEXT_INFO, E_("Double tap to close panel menu"));
_elm_access_activate_callback_set
(_elm_access_info_get(ao), _access_activate_cb, obj);
}