Parcourir la source

Minor documentation improvement

ywarnier il y a 14 ans
Parent
commit
7b1340ba82
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      main/inc/lib/main_api.lib.php

+ 2 - 2
main/inc/lib/main_api.lib.php

@@ -2710,8 +2710,8 @@ function api_get_language_id($language) {
 }
 
 /**
- * Returns the name of the visual theme to be applied on the current page.
- * The rethurned name depends on platform, course or user -wide settings.
+ * Returns the name of the visual (CSS) theme to be applied on the current page.
+ * The returned name depends on the platform, course or user -wide settings.
  * @return string   The visual theme's name, it is the name of a folder inside .../chamilo/main/css/
  */
 function api_get_visual_theme() {