summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-29 14:24:57 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-29 14:24:57 +0000
commit23bbb003b94c5172d779fdf81ffc950e8cedc2a8 (patch)
tree193181f3d9640ef79b558a25fd070bb9666046d9 /modules/node
parentd424d7d7a780e7ad7d03a77cc33db1c9d638cdd3 (diff)
downloadbrdo-23bbb003b94c5172d779fdf81ffc950e8cedc2a8.tar.gz
brdo-23bbb003b94c5172d779fdf81ffc950e8cedc2a8.tar.bz2
#504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud.
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 c2e19ba52..f7e73a42a 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. <a href="@link">Add content type</a> now.', array('@link' => url('admin/build/types/add'))), 'colspan' => '5', 'class' => 'message'));
+ $rows[] = array(array('data' => t('No content types available. <a href="@link">Add content type</a>.', array('@link' => url('admin/build/types/add'))), 'colspan' => '5', 'class' => 'message'));
}
return theme('table', $header, $rows);