diff --git a/legacy/elementary/src/lib/elc_ctxpopup.h b/legacy/elementary/src/lib/elc_ctxpopup.h index f1855b8b23..240501b3f7 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.h +++ b/legacy/elementary/src/lib/elc_ctxpopup.h @@ -19,10 +19,10 @@ * Signals that you can add callbacks for are: * "dismissed" - the ctxpopup was dismissed * - * Default contents parts of the ctxpopup widget that you can use for are: + * Default content parts of the ctxpopup widget that you can use for are: * @li "default" - A content of the ctxpopup * - * Default contents parts of the ctxpopup items that you can use for are: + * Default content parts of the ctxpopup items that you can use for are: * @li "icon" - An icon in the title area * * Default text parts of the ctxpopup items that you can use for are: diff --git a/legacy/elementary/src/lib/elc_fileselector_button.h b/legacy/elementary/src/lib/elc_fileselector_button.h index ad775400cc..dde4284705 100644 --- a/legacy/elementary/src/lib/elc_fileselector_button.h +++ b/legacy/elementary/src/lib/elc_fileselector_button.h @@ -33,7 +33,7 @@ * are: * @li "default" - Label of the fileselector_button * - * Default contents parts of the fileselector_button widget that you can use for + * Default content parts of the fileselector_button widget that you can use for * are: * @li "icon" - Icon of the fileselector_button * diff --git a/legacy/elementary/src/lib/elc_fileselector_entry.h b/legacy/elementary/src/lib/elc_fileselector_entry.h index ec96ff5940..fe3038145b 100644 --- a/legacy/elementary/src/lib/elc_fileselector_entry.h +++ b/legacy/elementary/src/lib/elc_fileselector_entry.h @@ -45,7 +45,7 @@ * are: * @li "default" - Label of the fileselector_button * - * Default contents parts of the fileselector_entry widget that you can use for + * Default content parts of the fileselector_entry widget that you can use for * are: * @li "button icon" - Button icon of the fileselector_entry * diff --git a/legacy/elementary/src/lib/elc_hoversel.h b/legacy/elementary/src/lib/elc_hoversel.h index 43a09935c6..d18ad1728f 100644 --- a/legacy/elementary/src/lib/elc_hoversel.h +++ b/legacy/elementary/src/lib/elc_hoversel.h @@ -16,7 +16,7 @@ * "selected" - an item in the hoversel list is selected. event_info is the item * "dismissed" - the hover is dismissed * - * Default contents parts of the hoversel widget that you can use for are: + * Default content parts of the hoversel widget that you can use for are: * @li "icon" - An icon of the hoversel * * Default text parts of the hoversel widget that you can use for are: diff --git a/legacy/elementary/src/lib/elm_bg.h b/legacy/elementary/src/lib/elm_bg.h index e3c6ea51aa..0feff07539 100644 --- a/legacy/elementary/src/lib/elm_bg.h +++ b/legacy/elementary/src/lib/elm_bg.h @@ -12,7 +12,7 @@ * some properties useful to a background, like setting it to tiled, * centered, scaled or stretched. * - * Default contents parts of the bg widget that you can use for are: + * Default content parts of the bg widget that you can use for are: * @li "overlay" - overlay of the bg * * Supported elm_object common APIs. diff --git a/legacy/elementary/src/lib/elm_bubble.h b/legacy/elementary/src/lib/elm_bubble.h index d085a99b19..163891904f 100644 --- a/legacy/elementary/src/lib/elm_bubble.h +++ b/legacy/elementary/src/lib/elm_bubble.h @@ -31,7 +31,7 @@ * Signals that you can add callbacks for are: * @li "clicked" - This is called when a user has clicked the bubble. * - * Default contents parts of the bubble that you can use for are: + * Default content parts of the bubble that you can use for are: * @li "default" - A content of the bubble * @li "icon" - An icon of the bubble * diff --git a/legacy/elementary/src/lib/elm_button.h b/legacy/elementary/src/lib/elm_button.h index 30bc492325..feb5acb85f 100644 --- a/legacy/elementary/src/lib/elm_button.h +++ b/legacy/elementary/src/lib/elm_button.h @@ -31,7 +31,7 @@ * @li colorselector: Internally used by @ref Colorselector * for its left and right buttons. * - * Default contents parts of the button widget that you can use for are: + * Default content parts of the button widget that you can use for are: * @li "icon" - An icon of the button * * Default text parts of the button widget that you can use for are: diff --git a/legacy/elementary/src/lib/elm_check.h b/legacy/elementary/src/lib/elm_check.h index ce0e90df2f..6158d767f3 100644 --- a/legacy/elementary/src/lib/elm_check.h +++ b/legacy/elementary/src/lib/elm_check.h @@ -23,7 +23,7 @@ * "changed" - This is called whenever the user changes the state of one of * the check object(event_info is NULL). * - * Default contents parts of the check widget that you can use for are: + * Default content parts of the check widget that you can use for are: * @li "icon" - An icon of the check * * Default text parts of the check widget that you can use for are: diff --git a/legacy/elementary/src/lib/elm_conform.h b/legacy/elementary/src/lib/elm_conform.h index 9cce4b1909..992c59c2e7 100644 --- a/legacy/elementary/src/lib/elm_conform.h +++ b/legacy/elementary/src/lib/elm_conform.h @@ -19,7 +19,7 @@ * Available styles for it: * - @c "default" * - * Default contents parts of the conformant widget that you can use for are: + * Default content parts of the conformant widget that you can use for are: * @li "default" - A content of the conformant * * See how to use this widget in this example: diff --git a/legacy/elementary/src/lib/elm_deprecated.h b/legacy/elementary/src/lib/elm_deprecated.h index bf95c18c2d..d97de36134 100644 --- a/legacy/elementary/src/lib/elm_deprecated.h +++ b/legacy/elementary/src/lib/elm_deprecated.h @@ -22,7 +22,7 @@ * until the toggle is released by the cursor (assuming it * has been triggered by the cursor in the first place). * - * Default contents parts of the toggle widget that you can use for are: + * Default content parts of the toggle widget that you can use for are: * @li "icon" - An icon of the toggle * * Default text parts of the toggle widget that you can use for are: diff --git a/legacy/elementary/src/lib/elm_diskselector.h b/legacy/elementary/src/lib/elm_diskselector.h index 2015eb7cd7..adfa256d9a 100644 --- a/legacy/elementary/src/lib/elm_diskselector.h +++ b/legacy/elementary/src/lib/elm_diskselector.h @@ -18,7 +18,7 @@ * Available styles for it: * - @c "default" * - * Default contents parts of the diskselector items that you can use for are: + * Default content parts of the diskselector items that you can use for are: * @li "icon" - An icon in the diskselector item * * Default text parts of the diskselector items that you can use for are: diff --git a/legacy/elementary/src/lib/elm_entry.h b/legacy/elementary/src/lib/elm_entry.h index 7df3e74a37..f088ee7870 100644 --- a/legacy/elementary/src/lib/elm_entry.h +++ b/legacy/elementary/src/lib/elm_entry.h @@ -213,7 +213,7 @@ * @li "preedit,changed": The preedit string has changed. * @li "language,changed": Program language changed. * - * Default contents parts of the entry items that you can use for are: + * Default content parts of the entry items that you can use for are: * @li "icon" - An icon in the entry * @li "end" - A content in the end of the entry * diff --git a/legacy/elementary/src/lib/elm_flip.h b/legacy/elementary/src/lib/elm_flip.h index 56a5cae48c..222b07cb62 100644 --- a/legacy/elementary/src/lib/elm_flip.h +++ b/legacy/elementary/src/lib/elm_flip.h @@ -18,7 +18,7 @@ * "animate,begin" - when a flip animation was started * "animate,done" - when a flip animation is finished * - * Default contents parts of the flip widget that you can use for are: + * Default content parts of the flip widget that you can use for are: * @li "front" - A front content of the flip * @li "back" - A back content of the flip * diff --git a/legacy/elementary/src/lib/elm_frame.h b/legacy/elementary/src/lib/elm_frame.h index 3fcbe602a5..90202360cd 100644 --- a/legacy/elementary/src/lib/elm_frame.h +++ b/legacy/elementary/src/lib/elm_frame.h @@ -21,7 +21,7 @@ * Smart callbacks one can listen to: * - @c "clicked" - The user has clicked the frame's label * - * Default contents parts of the frame widget that you can use for are: + * Default content parts of the frame widget that you can use for are: * @li "default" - A content of the frame * * Default text parts of the frame widget that you can use for are: diff --git a/legacy/elementary/src/lib/elm_hover.h b/legacy/elementary/src/lib/elm_hover.h index eb9616d50e..44dfd45ebf 100644 --- a/legacy/elementary/src/lib/elm_hover.h +++ b/legacy/elementary/src/lib/elm_hover.h @@ -40,7 +40,7 @@ * @li "smart,changed" - a content object placed under the "smart" * policy was replaced to a new slot direction. * - * Default contents parts of the hover widget that you can use for are: + * Default content parts of the hover widget that you can use for are: * @li "left" * @li "top-left" * @li "top" @@ -52,7 +52,7 @@ * @li "middle" * @li "smart" * - * @note These contents parts indicates the direction that the content will be + * @note These content parts indicates the direction that the content will be * displayed * * All directions may have contents at the same time, except for diff --git a/legacy/elementary/src/lib/elm_mapbuf.h b/legacy/elementary/src/lib/elm_mapbuf.h index 26da6bb9e0..91422bfc2e 100644 --- a/legacy/elementary/src/lib/elm_mapbuf.h +++ b/legacy/elementary/src/lib/elm_mapbuf.h @@ -12,7 +12,7 @@ * need to resize or move it frequently (the content object and its * children). * - * Default contents parts of the mapbuf widget that you can use for are: + * Default content parts of the mapbuf widget that you can use for are: * @li "default" - A content of the mapbuf * * Supported elm_object common APIs. diff --git a/legacy/elementary/src/lib/elm_menu.h b/legacy/elementary/src/lib/elm_menu.h index 4e7562237a..f720d63104 100644 --- a/legacy/elementary/src/lib/elm_menu.h +++ b/legacy/elementary/src/lib/elm_menu.h @@ -12,7 +12,7 @@ * Signals that you can add callbacks for are: * @li "clicked" - the user clicked the empty space in the menu to dismiss. * - * Default contents parts of the menu items that you can use for are: + * Default content parts of the menu items that you can use for are: * @li "default" - A main content of the menu item * * Default text parts of the menu items that you can use for are: diff --git a/legacy/elementary/src/lib/elm_notify.h b/legacy/elementary/src/lib/elm_notify.h index 27bba74442..6914fbb8d3 100644 --- a/legacy/elementary/src/lib/elm_notify.h +++ b/legacy/elementary/src/lib/elm_notify.h @@ -13,7 +13,7 @@ * @li "timeout" - when timeout happens on notify and it's hidden * @li "block,clicked" - when a click outside of the notify happens * - * Default contents parts of the notify widget that you can use for are: + * Default content parts of the notify widget that you can use for are: * @li "default" - A content of the notify * * Supported elm_object common APIs. diff --git a/legacy/elementary/src/lib/elm_panel.h b/legacy/elementary/src/lib/elm_panel.h index 5c948e645b..088168e7d6 100644 --- a/legacy/elementary/src/lib/elm_panel.h +++ b/legacy/elementary/src/lib/elm_panel.h @@ -12,7 +12,7 @@ * @li ELM_PANEL_ORIENT_LEFT * @li ELM_PANEL_ORIENT_RIGHT * - * Default contents parts of the panel widget that you can use for are: + * Default content parts of the panel widget that you can use for are: * @li "default" - A content of the panel * * Supported elm_object common APIs. diff --git a/legacy/elementary/src/lib/elm_panes.h b/legacy/elementary/src/lib/elm_panes.h index ab6b0aa735..8b1c85276d 100644 --- a/legacy/elementary/src/lib/elm_panes.h +++ b/legacy/elementary/src/lib/elm_panes.h @@ -23,7 +23,7 @@ * Available styles for it: * - @c "default" * - * Default contents parts of the panes widget that you can use are: + * Default content parts of the panes widget that you can use are: * @li "left" - A leftside content of the panes * @li "right" - A rightside content of the panes * diff --git a/legacy/elementary/src/lib/elm_progressbar.h b/legacy/elementary/src/lib/elm_progressbar.h index 97bbcf7595..ce2d217fd6 100644 --- a/legacy/elementary/src/lib/elm_progressbar.h +++ b/legacy/elementary/src/lib/elm_progressbar.h @@ -34,7 +34,7 @@ * Default text parts of the progressbar widget that you can use for are: * @li "default" - Label of the progressbar * - * Default contents parts of the progressbar widget that you can use for are: + * Default content parts of the progressbar widget that you can use for are: * @li "icon" - An icon of the progressbar * * Supported elm_object common APIs. diff --git a/legacy/elementary/src/lib/elm_radio.h b/legacy/elementary/src/lib/elm_radio.h index 36eadfef82..2bd5bc1c57 100644 --- a/legacy/elementary/src/lib/elm_radio.h +++ b/legacy/elementary/src/lib/elm_radio.h @@ -36,7 +36,7 @@ * Default text parts of the radio widget that you can use for are: * @li "default" - Label of the radio * - * Default contents parts of the radio widget that you can use for are: + * Default content parts of the radio widget that you can use for are: * @li "icon" - An icon of the radio * * Supported elm_object common APIs. diff --git a/legacy/elementary/src/lib/elm_scroller.h b/legacy/elementary/src/lib/elm_scroller.h index 1d671741d9..bab068c539 100644 --- a/legacy/elementary/src/lib/elm_scroller.h +++ b/legacy/elementary/src/lib/elm_scroller.h @@ -25,7 +25,7 @@ * @note When Elementary is in desktop mode the thumbscroll(a.k.a. * fingerscroll) won't work. * - * Default contents parts of the scroller widget that you can use for are: + * Default content parts of the scroller widget that you can use for are: * @li "default" - A content of the scroller * * Supported elm_object common APIs. diff --git a/legacy/elementary/src/lib/elm_segment_control.h b/legacy/elementary/src/lib/elm_segment_control.h index c9738337aa..e7e695380f 100644 --- a/legacy/elementary/src/lib/elm_segment_control.h +++ b/legacy/elementary/src/lib/elm_segment_control.h @@ -26,7 +26,7 @@ * Available styles for it: * - @c "default" * - * Default contents parts of the segment control items that you can use for are: + * Default content parts of the segment control items that you can use for are: * @li "icon" - An icon in a segment control item * * Default text parts of the segment control items that you can use for are: diff --git a/legacy/elementary/src/lib/elm_slider.h b/legacy/elementary/src/lib/elm_slider.h index d2651fcf11..c42bd09643 100644 --- a/legacy/elementary/src/lib/elm_slider.h +++ b/legacy/elementary/src/lib/elm_slider.h @@ -39,7 +39,7 @@ * Available styles for it: * - @c "default" * - * Default contents parts of the slider widget that you can use for are: + * Default content parts of the slider widget that you can use for are: * @li "icon" - An icon of the slider * @li "end" - A end part content of the slider * diff --git a/legacy/elementary/src/lib/elm_video.h b/legacy/elementary/src/lib/elm_video.h index fc3c65789d..e548597fa7 100644 --- a/legacy/elementary/src/lib/elm_video.h +++ b/legacy/elementary/src/lib/elm_video.h @@ -30,7 +30,7 @@ * "rewind,clicked" - the user clicked the rewind button. * "stop,clicked" - the user clicked the stop button. * - * Default contents parts of the player widget that you can use for are: + * Default content parts of the player widget that you can use for are: * @li "video" - A video of the player * */