elementary - fix typo

This commit is contained in:
ChunEon Park 2013-04-24 12:29:53 +09:00
parent cb495f13de
commit 65fa37fe9d
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ EAPI const char *elm_object_translatable_part_text_get(const Evas_Object *obj, c
#define elm_object_translatable_text_get(obj) elm_object_translatable_part_text_get((obj), NULL)
/**
* Mark the part text to be transltable or not.
* Mark the part text to be translatable or not.
*
* Once you mark the part text to be translatable, the text will be translated
* internally regardless of elm_object_part_text_set() and

View File

@ -172,7 +172,7 @@ EAPI const char *elm_object_item_translatable_part_text_get(const Elm_Object_Ite
#define elm_object_item_translatable_text_get(it) elm_object_item_translatable_part_text_get((it), NULL)
/**
* Mark the part text to be transltable or not.
* Mark the part text to be translatable or not.
*
* Once you mark the part text to be translatable, the text will be translated
* internally regardless of elm_object_item_part_text_set() and