diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-01-11 22:09:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-01-11 22:09:11 +0000 |
commit | ca95b491ffc8d8325408be0161094371376c1b84 (patch) | |
tree | cbda13fc3661655483c4fc8ca4d00aa12593b72f /modules/node | |
parent | 0567413c85cc1ff629df4a2bbbc0e2185afeb6e3 (diff) | |
download | brdo-ca95b491ffc8d8325408be0161094371376c1b84.tar.gz brdo-ca95b491ffc8d8325408be0161094371376c1b84.tar.bz2 |
- Updated some of the descriptions.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 0ca006ea2..540f11904 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -358,7 +358,7 @@ function node_link($type, $node = 0, $main = 0) { } if ($type == "page" && user_access("post content")) { - $links[] = "<a href=\"module.php?mod=node&op=add\" title=\"". t("Submit a contribution.") ."\">". t("submit") ."</a>"; + $links[] = "<a href=\"module.php?mod=node&op=add\" title=\"". t("Submit or suggest new content.") ."\">". t("submit") ."</a>"; } if ($type == "node") { |