summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-04-22 20:10:23 +0000
committerDries Buytaert <dries@buytaert.net>2003-04-22 20:10:23 +0000
commit4c0d7da02f00c8065b66f4e2cf87ed0c79e80369 (patch)
treee33af44c7550430a8d212faaf4aafaf390fd7d27 /modules
parente0166988fa511c39f3278bf738d1d2bfe21db2d6 (diff)
downloadbrdo-4c0d7da02f00c8065b66f4e2cf87ed0c79e80369.tar.gz
brdo-4c0d7da02f00c8065b66f4e2cf87ed0c79e80369.tar.bz2
- Added admin description suggested by Gunnar (slightly modified).
Diffstat (limited to 'modules')
-rw-r--r--modules/locale.module2
-rw-r--r--modules/locale/locale.module2
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);