diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-31 17:09:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-31 17:09:01 +0000 |
commit | 385d60d255b9673a55cfc50c87c1f9c986f71f37 (patch) | |
tree | 3967c905fbe51331e13fd666d479a6dfc38f0de3 | |
parent | 7d1a9b8d3de5283f827e8dd2a470c81b2c565486 (diff) | |
download | brdo-385d60d255b9673a55cfc50c87c1f9c986f71f37.tar.gz brdo-385d60d255b9673a55cfc50c87c1f9c986f71f37.tar.bz2 |
- Patch #562928 by Davy Van Den Bremt: Fixed Change 'Add' in the toolbar to 'Add content'.
-rw-r--r-- | modules/toolbar/toolbar.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/toolbar/toolbar.install b/modules/toolbar/toolbar.install index cac74ecd8..2e4cf0ba5 100644 --- a/modules/toolbar/toolbar.install +++ b/modules/toolbar/toolbar.install @@ -25,7 +25,7 @@ function toolbar_install() { // Add starter convenience shortcuts. menu_rebuild(); $items = array( - 'node/add' => 'Add', + 'node/add' => 'Add content', 'admin/content' => 'Find content', 'admin' => 'Dashboard', ); |