diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-30 21:13:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-30 21:13:54 +0000 |
commit | 697e5eb49dc29e47333c0805c4ee97de28b7ff76 (patch) | |
tree | 65de7f9ac203505e17cb59a852a6fc25a777a19f /modules/diary.module | |
parent | be2615049a1a07d2f4edbcb94cd0c9d438a9ae86 (diff) | |
download | brdo-697e5eb49dc29e47333c0805c4ee97de28b7ff76.tar.gz brdo-697e5eb49dc29e47333c0805c4ee97de28b7ff76.tar.bz2 |
- Fixed bug in account.php.
- Updated the documentation (again): I spent most of the day writing
documentation which might well be considered plain boring.
Diffstat (limited to 'modules/diary.module')
-rw-r--r-- | modules/diary.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/diary.module b/modules/diary.module index 433356c68..42e925aca 100644 --- a/modules/diary.module +++ b/modules/diary.module @@ -195,7 +195,7 @@ function diary_page() { function diary_help() { ?> - <P>drupal's diary module allows registered users to maintain an online diary.</P> + <P>Drupal's diary module allows registered users to maintain an online diary.</P> <? } |