diff --git a/legacy/elementary/src/lib/elc_ctxpopup.h b/legacy/elementary/src/lib/elc_ctxpopup.h index e6ac3e573f..dc93ffa5bf 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.h +++ b/legacy/elementary/src/lib/elc_ctxpopup.h @@ -38,7 +38,7 @@ * @li "icon" - An icon in the title area * * Default text parts of the ctxpopup items that you can use for are: - * @li "default" - Title label in the title area + * @li "default" - A title label in the title area * * Supported elm_object common APIs. * @li @ref elm_object_disabled_set diff --git a/legacy/elementary/src/lib/elc_fileselector_button.h b/legacy/elementary/src/lib/elc_fileselector_button.h index 608b2f4282..c7b268a47c 100644 --- a/legacy/elementary/src/lib/elc_fileselector_button.h +++ b/legacy/elementary/src/lib/elc_fileselector_button.h @@ -42,7 +42,7 @@ * * Default text parts of the fileselector_button widget that you can use for * are: - * @li "default" - Label of the fileselector_button + * @li "default" - A label of the fileselector_button * * Default content parts of the fileselector_button widget that you can use for * are: diff --git a/legacy/elementary/src/lib/elc_fileselector_entry.h b/legacy/elementary/src/lib/elc_fileselector_entry.h index ffd1a2401b..49e0f18dfa 100644 --- a/legacy/elementary/src/lib/elc_fileselector_entry.h +++ b/legacy/elementary/src/lib/elc_fileselector_entry.h @@ -51,11 +51,11 @@ * * Default text parts of the fileselector_button widget that you can use for * are: - * @li "default" - Label of the fileselector_button + * @li "default" - A label of the fileselector_button * * Default content parts of the fileselector_entry widget that you can use for * are: - * @li "button icon" - Button icon of the fileselector_entry + * @li "button icon" - A button icon of the fileselector_entry * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/legacy/elementary/src/lib/elc_hoversel.h b/legacy/elementary/src/lib/elc_hoversel.h index 47469dd99f..ef52aca455 100644 --- a/legacy/elementary/src/lib/elc_hoversel.h +++ b/legacy/elementary/src/lib/elc_hoversel.h @@ -34,7 +34,7 @@ * @li "icon" - An icon of the hoversel * * Default text parts of the hoversel widget that you can use for are: - * @li "default" - Label of the hoversel + * @li "default" - A label of the hoversel * * Supported elm_object common APIs. * @li @ref elm_object_disabled_set diff --git a/legacy/elementary/src/lib/elc_naviframe.h b/legacy/elementary/src/lib/elc_naviframe.h index 07be8ef9e5..f4c4a27002 100644 --- a/legacy/elementary/src/lib/elc_naviframe.h +++ b/legacy/elementary/src/lib/elc_naviframe.h @@ -38,9 +38,8 @@ * One can use @ref elm_object_item_part_text_set, * @ref elm_object_item_part_text_get to handle the text parts. * The swallow part name should be one of these: - * @li @c "default" - Title label in the title area of the current - * page - * @li @c "subtitle" - Sub-title label in the title area of the + * @li @c "default" - A title label in the title area of the current page + * @li @c "subtitle" - A sub-title label in the title area of the * current page * * Most of those content objects can be passed at the time of an item diff --git a/legacy/elementary/src/lib/elc_popup.h b/legacy/elementary/src/lib/elc_popup.h index d2cf0a26f1..5183a6fa49 100644 --- a/legacy/elementary/src/lib/elc_popup.h +++ b/legacy/elementary/src/lib/elc_popup.h @@ -92,14 +92,14 @@ * @li "button3" - 3rd button of the action area * * Default text parts of the popup widget that you can use are: - * @li "title,text" - This operates on Title area's label - * @li "default" - content-text set in the content area of the widget + * @li "title,text" - A title area's label + * @li "default" - A content-text set in the content area of the widget * * Default contents parts of the popup items that you can use are: - * @li "default" -Item's icon + * @li "default" - An item's icon * * Default text parts of the popup items that you can use are: - * @li "default" - Item's label + * @li "default" - An item's label * * Supported elm_object_item common APIs. * @li @ref elm_object_item_part_text_set diff --git a/legacy/elementary/src/lib/elm_bubble.h b/legacy/elementary/src/lib/elm_bubble.h index e02a91ce36..853cf7b8bd 100644 --- a/legacy/elementary/src/lib/elm_bubble.h +++ b/legacy/elementary/src/lib/elm_bubble.h @@ -46,8 +46,8 @@ * @li "icon" - An icon of the bubble * * Default text parts of the button widget that you can use for are: - * @li "default" - Label of the bubble - * @li "info" - info of the bubble + * @li "default" - A label of the bubble + * @li "info" - An info of the bubble * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/legacy/elementary/src/lib/elm_button.h b/legacy/elementary/src/lib/elm_button.h index afdcc81883..72b6c749eb 100644 --- a/legacy/elementary/src/lib/elm_button.h +++ b/legacy/elementary/src/lib/elm_button.h @@ -45,7 +45,7 @@ * @li "icon" - An icon of the button * * Default text parts of the button widget that you can use for are: - * @li "default" - Label of the button + * @li "default" - A label of the button * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/legacy/elementary/src/lib/elm_diskselector.h b/legacy/elementary/src/lib/elm_diskselector.h index c912c19568..3f0a431d0c 100644 --- a/legacy/elementary/src/lib/elm_diskselector.h +++ b/legacy/elementary/src/lib/elm_diskselector.h @@ -47,7 +47,7 @@ * @li "icon" - An icon in the diskselector item * * Default text parts of the diskselector items that you can use for are: - * @li "default" - Label of the diskselector item + * @li "default" - A label of the diskselector item * * Supported elm_object_item common APIs. * @li @ref elm_object_item_del diff --git a/legacy/elementary/src/lib/elm_entry.h b/legacy/elementary/src/lib/elm_entry.h index 1b0e657eef..c38adf801e 100644 --- a/legacy/elementary/src/lib/elm_entry.h +++ b/legacy/elementary/src/lib/elm_entry.h @@ -280,8 +280,8 @@ * @li "end" - A content in the end of the entry * * Default text parts of the entry that you can use for are: - * @li "default" - text of the entry - * @li "guide" - placeholder of the entry + * @li "default" - A text of the entry + * @li "guide" - A placeholder of the entry * * Supported elm_object common APIs. * @li @ref elm_object_signal_emit diff --git a/legacy/elementary/src/lib/elm_flipselector.h b/legacy/elementary/src/lib/elm_flipselector.h index a2bd9675a3..c63a3de4e2 100644 --- a/legacy/elementary/src/lib/elm_flipselector.h +++ b/legacy/elementary/src/lib/elm_flipselector.h @@ -38,7 +38,7 @@ * - @c "default" * * Default text parts of the flipselector items that you can use for are: - * @li "default" - label of the flipselector item + * @li "default" - A label of the flipselector item * * Supported elm_object common APIs. * @li @ref elm_object_disabled_set diff --git a/legacy/elementary/src/lib/elm_frame.h b/legacy/elementary/src/lib/elm_frame.h index 93b18a61a4..a7dad2bf74 100644 --- a/legacy/elementary/src/lib/elm_frame.h +++ b/legacy/elementary/src/lib/elm_frame.h @@ -34,7 +34,7 @@ * @li "default" - A content of the frame * * Default text parts of the frame widget that you can use for are: - * @li "default" - Label of the frame + * @li "default" - A label of the frame * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/legacy/elementary/src/lib/elm_list.h b/legacy/elementary/src/lib/elm_list.h index 8bd08edfb2..141d3dfc6a 100644 --- a/legacy/elementary/src/lib/elm_list.h +++ b/legacy/elementary/src/lib/elm_list.h @@ -59,7 +59,7 @@ * Another parts for customized styles are not accepted. * * Default text parts of the list items that you can use are: - * @li @c "default" - label in the list item + * @li @c "default" - A label in the list item * Another parts for customized styles are not accepted. * * Supported @c elm_object_item common APIs. diff --git a/legacy/elementary/src/lib/elm_menu.h b/legacy/elementary/src/lib/elm_menu.h index 7eeb6aef0a..ea0ead08d5 100644 --- a/legacy/elementary/src/lib/elm_menu.h +++ b/legacy/elementary/src/lib/elm_menu.h @@ -22,7 +22,7 @@ * @li @c "default" - A main content of the menu item * * Default text parts of the menu items that you can use for are: - * @li @c "default" - label in the menu item + * @li @c "default" - A label in the menu item * * Supported elm_object_item common APIs. * @li @ref elm_object_item_del diff --git a/legacy/elementary/src/lib/elm_progressbar.h b/legacy/elementary/src/lib/elm_progressbar.h index 288090c353..cbb1516a17 100644 --- a/legacy/elementary/src/lib/elm_progressbar.h +++ b/legacy/elementary/src/lib/elm_progressbar.h @@ -49,7 +49,7 @@ * @li "icon" - An icon of the progressbar * * Default text parts of the progressbar widget that you can use for are: - * @li "default" - Label of the progressbar + * @li "default" - A label of the progressbar * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/legacy/elementary/src/lib/elm_radio.h b/legacy/elementary/src/lib/elm_radio.h index 55080dfbb4..eb470db2e8 100644 --- a/legacy/elementary/src/lib/elm_radio.h +++ b/legacy/elementary/src/lib/elm_radio.h @@ -48,7 +48,7 @@ * @li "icon" - An icon of the radio * * Default text parts of the radio widget that you can use for are: - * @li "default" - Label of the radio + * @li "default" - A label of the radio * * Supported elm_object common APIs. * @li @ref elm_object_part_text_set diff --git a/legacy/elementary/src/lib/elm_scroller.h b/legacy/elementary/src/lib/elm_scroller.h index 8b2781a0e6..0c36c7415a 100644 --- a/legacy/elementary/src/lib/elm_scroller.h +++ b/legacy/elementary/src/lib/elm_scroller.h @@ -57,7 +57,7 @@ * theme, the thumb scroll (a.k.a. finger scroll) won't work. * * Default content parts of the scroller widget that you can use are: - * @li @c "default" - Content of the scroller + * @li @c "default" - A content of the scroller * * In @ref tutorial_scroller you'll find an example on how to use most * of this API. diff --git a/legacy/elementary/src/lib/elm_segment_control.h b/legacy/elementary/src/lib/elm_segment_control.h index 91da2d1673..4c0a9c52d3 100644 --- a/legacy/elementary/src/lib/elm_segment_control.h +++ b/legacy/elementary/src/lib/elm_segment_control.h @@ -38,7 +38,7 @@ * @li "icon" - An icon in a segment control item * * Default text parts of the segment control items that you can use for are: - * @li "default" - Title label in a segment control item + * @li "default" - A title label in a segment control item * * Supported elm_object common APIs. * @li elm_object_disabled_set diff --git a/legacy/elementary/src/lib/elm_slider.h b/legacy/elementary/src/lib/elm_slider.h index 6a21cbda2b..5a7d4555b9 100644 --- a/legacy/elementary/src/lib/elm_slider.h +++ b/legacy/elementary/src/lib/elm_slider.h @@ -54,7 +54,7 @@ * @li "end" - A end part content of the slider * * Default text parts of the slider widget that you can use for are: - * @li "default" - Label of the slider + * @li "default" - A label of the slider * * Supported elm_object common APIs. * @li @ref elm_object_disabled_set diff --git a/legacy/elementary/src/lib/elm_toolbar.h b/legacy/elementary/src/lib/elm_toolbar.h index dd19f027f3..44777ca787 100644 --- a/legacy/elementary/src/lib/elm_toolbar.h +++ b/legacy/elementary/src/lib/elm_toolbar.h @@ -43,7 +43,7 @@ * - @c "transparent" - no background or shadow, just show the content * * Default text parts of the toolbar items that you can use for are: - * @li "default" - label of the toolbar item + * @li "default" - A label of the toolbar item * * Supported elm_object_item common APIs. * @li @ref elm_object_item_del