- Patch #705146 by yched: improved the UI.

merge-requests/26/head
Dries Buytaert 2010-03-03 07:57:27 +00:00
parent 1cb0e254dc
commit 53f1310a79
1 changed files with 1 additions and 1 deletions

View File

@ -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