summaryrefslogtreecommitdiff
path: root/modules/locale.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale.module')
-rw-r--r--modules/locale.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale.module b/modules/locale.module
index 93ba4e8a2..055828998 100644
--- a/modules/locale.module
+++ b/modules/locale.module
@@ -36,7 +36,7 @@ function locale_help() {
}
function locale_system($field){
- $system["description"] = t("Enables the translation of drupal messages to languages other than English.");
+ $system["description"] = t("Enables the translation of the user interface to languages other than English.");
return $system[$field];
}