diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-06-04 11:44:23 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-06-04 11:44:23 +0000 |
commit | 80a6b1594221942ba94455370ae0e6fa903f257a (patch) | |
tree | 81b7bd60e6e8b5f73552634d05ffb7d88446cb38 /modules/weblogs.module | |
parent | 8be5a2545e4414dc0340924908cf8aa32638c378 (diff) | |
download | brdo-80a6b1594221942ba94455370ae0e6fa903f257a.tar.gz brdo-80a6b1594221942ba94455370ae0e6fa903f257a.tar.bz2 |
Some small corrections to the system descriptions (as discussed in mailinglist)
Diffstat (limited to 'modules/weblogs.module')
-rw-r--r-- | modules/weblogs.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/weblogs.module b/modules/weblogs.module index e62e3936a..7b31eeb2a 100644 --- a/modules/weblogs.module +++ b/modules/weblogs.module @@ -13,7 +13,7 @@ function weblogs_help() { } function weblogs_system($field){ - $system["description"] = t("Alerts weblogs.com that your site has updated."); + $system["description"] = t("Alerts weblogs.com whenever your site is updated."); return $system[$field]; } |