From 4c0d7da02f00c8065b66f4e2cf87ed0c79e80369 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 22 Apr 2003 20:10:23 +0000 Subject: - Added admin description suggested by Gunnar (slightly modified). --- modules/locale.module | 2 +- modules/locale/locale.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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); -- cgit v1.2.3