fix language
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Aug 2011 05:00:42 +0000 (05:00 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Aug 2011 05:00:42 +0000 (05:00 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62284 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_main.c

index 390fc05..e018753 100644 (file)
@@ -2064,9 +2064,9 @@ elm_object_focus_allow_get(const Evas_Object *obj)
 /**
  * Set custom focus chain.
  *
- * This function i set one new and overwrite any previous custom focus chain
- * with the list of objects. The previous list will be deleted and this list
- * will be managed. After setted, don't modity it.
+ * This function overwrites any previous custom focus chain within
+ * the list of objects. The previous list will be deleted and this list
+ * will be managed by elementary. After it is set, don't modify it.
  *
  * @note On focus cycle, only will be evaluated children of this container.
  *