From 53f1310a794a65d33cc2732d0e0865139fb47537 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 3 Mar 2010 07:57:27 +0000 Subject: - Patch #705146 by yched: improved the UI. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') 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 -- cgit v1.2.3