summaryrefslogtreecommitdiff
path: root/modules/contact
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/contact
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/contact')
-rw-r--r--modules/contact/contact.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contact/contact.admin.inc b/modules/contact/contact.admin.inc
index 72c94da96..08aba8829 100644
--- a/modules/contact/contact.admin.inc
+++ b/modules/contact/contact.admin.inc
@@ -30,7 +30,7 @@ function contact_admin_categories() {
// If no categories were found, let the user know.
if (empty($rows)) {
- $rows[] = array(array('data' => t('No categories available. <a href="@link">Add category</a> now.', array('@link' => url('admin/build/contact/add'))), 'colspan' => 5));
+ $rows[] = array(array('data' => t('No categories available. <a href="@link">Add category</a>.', array('@link' => url('admin/build/contact/add'))), 'colspan' => 5));
}
return theme('table', $header, $rows);