diff options
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/content_types.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index c10eb90c9..24f30f82b 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -48,7 +48,7 @@ function node_overview_types() { '#theme' => 'table', '#header' => $header, '#rows' => $rows, - '#empty' => t('No content types available.'), + '#empty' => t('No content types available. <a href="@link">Add content type</a>.', array('@link' => url('admin/structure/types/add'))), ); return $build; |