diff options
-rw-r--r-- | modules/locale.module | 2 | ||||
-rw-r--r-- | modules/locale/locale.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/locale.module b/modules/locale.module index 848650341..857d94174 100644 --- a/modules/locale.module +++ b/modules/locale.module @@ -48,7 +48,7 @@ function locale_link($type) { global $languages; if ($type == "admin" && user_access("administer locales")) { - $help["general"] = "To be written: description of locale module. Anyone?"; + $help["general"] = "The locale module handles translations into new languages. It also enables you to add jargon, slang or other special language as fits the website. For each language you want to support, a line needs to be added to your configuration file."; menu("admin/locale", "localization", NULL, $help["general"], 5); menu("admin/locale/search", "search string", "locale_admin", NULL, 8); diff --git a/modules/locale/locale.module b/modules/locale/locale.module index 848650341..857d94174 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -48,7 +48,7 @@ function locale_link($type) { global $languages; if ($type == "admin" && user_access("administer locales")) { - $help["general"] = "To be written: description of locale module. Anyone?"; + $help["general"] = "The locale module handles translations into new languages. It also enables you to add jargon, slang or other special language as fits the website. For each language you want to support, a line needs to be added to your configuration file."; menu("admin/locale", "localization", NULL, $help["general"], 5); menu("admin/locale/search", "search string", "locale_admin", NULL, 8); |