diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-03 07:57:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-03 07:57:27 +0000 |
commit | 53f1310a794a65d33cc2732d0e0865139fb47537 (patch) | |
tree | a6de02959fc07a2e2edcc3792edeafb6f41f3445 /modules/comment | |
parent | 1cb0e254dc0881586dbb1142141debebf933e24b (diff) | |
download | brdo-53f1310a794a65d33cc2732d0e0865139fb47537.tar.gz brdo-53f1310a794a65d33cc2732d0e0865139fb47537.tar.bz2 |
- Patch #705146 by yched: improved the UI.
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 05cb8ce3f..a150d2188 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -116,7 +116,7 @@ function comment_entity_info() { foreach (node_type_get_names() as $type => $name) { $return['comment']['bundles']['comment_node_' . $type] = array( - 'label' => $name, + 'label' => t('@node_type comment', array('@node_type' => $name)), 'admin' => array( // Place the Field UI paths for comments one level below the // corresponding paths for nodes, so that they appear in the same set |