diff --git a/legacy/elementary/src/lib/elm_scroller_legacy.h b/legacy/elementary/src/lib/elm_scroller_legacy.h index 134eb30e2e..e00b4e06c0 100644 --- a/legacy/elementary/src/lib/elm_scroller_legacy.h +++ b/legacy/elementary/src/lib/elm_scroller_legacy.h @@ -398,10 +398,10 @@ EAPI void elm_scroller_region_bring_in(Evas_Object *obj * * The scroller will adjust the view to glue itself as follows. * - * x=0.0, for showing the left most region of the content. - * x=1.0, for showing the right most region of the content. - * y=0.0, for showing the bottom most region of the content. - * y=1.0, for showing the top most region of the content. + * x=0.0, for staying where it is relative to the left edge of the content + * x=1.0, for staying where it is relative to the rigth edge of the content + * y=0.0, for staying where it is relative to the top edge of the content + * y=1.0, for staying where it is relative to the bottom edge of the content * * Default values for x and y are 0.0 *