summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/content_types.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index 6717d5743..c2e19ba52 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -35,7 +35,7 @@ function node_overview_types() {
}
if (empty($rows)) {
- $rows[] = array(array('data' => t('No content types available.'), 'colspan' => '5', 'class' => 'message'));
+ $rows[] = array(array('data' => t('No content types available. <a href="@link">Add content type</a> now.', array('@link' => url('admin/build/types/add'))), 'colspan' => '5', 'class' => 'message'));
}
return theme('table', $header, $rows);