elementary/naviframe - updated doc.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 23 Sep 2011 00:34:50 +0000 (00:34 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 23 Sep 2011 00:34:50 +0000 (00:34 +0000)
fixed grammar. found by ShilpaOnkar Singh.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63551 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in

index 6d6b535..e75fbef 100644 (file)
@@ -26663,14 +26663,14 @@ extern "C" {
     *
     * @brief Naviframe is a kind of view manager for the applications.
     *
-    * Naviframe provies functions to switch the different pages with stack
+    * Naviframe provides functions to switch different pages with stack
     * mechanism. It means if one page(item) needs to be changed to the new one,
     * then naviframe would push the new page to it's internal stack. Of course,
     * it can be back to the previous page by popping the top page. Naviframe
-    * provides some transition effect while the pages are switching (such as
+    * provides some transition effect while the pages are switching (same as
     * pager).
     *
-    * Since the each item could keep the different styles, users could keep the
+    * Since each item could keep the different styles, users could keep the
     * same look & feel for the pages or different styles for the items in it's
     * application.
     *
@@ -26686,7 +26686,7 @@ extern "C" {
     * @li "elm.swallow.prev_btn" - The button to go to the previous page
     * @li "elm.swallow.next_btn" - The button to go to the next page
     *
-    * Default text parts for the naviframe items that you can use for are:
+    * Default text parts of naviframe items that you can be used are:
     *
     * @li "elm.text.title" - The title label in the title area
     *
@@ -26805,7 +26805,7 @@ extern "C" {
     * @brief Show/Hide the title area
     *
     * @param it The naviframe item
-    * @param visible If @c EINA_TRUE, title area will be visible, disable
+    * @param visible If @c EINA_TRUE, title area will be visible, hidden
     *        otherwise
     *
     * When the title area is invisible, then the controls would be hidden so as     * to expand the content area to full-size.