fix language
authorCarsten Haitzler <raster@rasterman.com>
Wed, 10 Aug 2011 05:00:42 +0000 (05:00 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 10 Aug 2011 05:00:42 +0000 (05:00 +0000)
SVN revision: 62284

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.
  *