hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=f9af4afbd3cb19e839b8d1b495e120730bd75105
commit f9af4afbd3cb19e839b8d1b495e120730bd75105 Author: ChunEon Park <[email protected]> Date: Mon Jan 19 17:29:20 2015 +0900 genlist: fix incorrect grammar. No allow attaching double definite articles. Thanks vincent for reporting. --- src/lib/elm_genlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index 1ab477b..3f1835e 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -272,9 +272,9 @@ * - @c "activated" - The user has double-clicked or pressed * (enter|return|spacebar) on an item. The @p event_info parameter is the * item that was activated. - * - @c "pressed" - The user pressed the an item. The @p event_info + * - @c "pressed" - The user pressed an item. The @p event_info * parameter is the item that was pressed. - * - @c "released" - The user released the an item. The @p event_info + * - @c "released" - The user released an item. The @p event_info * parameter is the item that was released. * - @c "clicked,double" - The user has double-clicked an item. The @c * event_info parameter is the item that was double-clicked. --
