From 3568ed57e1fc0b0a46ad683b529ea5823a7b78d4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Jul 2004 20:18:22 +0000 Subject: - Moving the title.module from core to contrib as discussed on the mailing list. --- modules/queue.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/queue.module') diff --git a/modules/queue.module b/modules/queue.module index 6f8537eba..e54e88e0a 100644 --- a/modules/queue.module +++ b/modules/queue.module @@ -253,13 +253,13 @@ function queue_nodeapi(&$node, $op) { case 'insert': case 'update': if ($node->moderate && user_access('access submission queue')) { - drupal_set_message(t('The post is queued for approval. You can check the votes in the submission queue.', array('%queue' => url('queue')))); + drupal_set_message(t('the post is queued for approval. You can check the votes in the submission queue.', array('%queue' => url('queue')))); } else if ($node->moderate) { - drupal_set_message(t('The post is queued for approval. The editors will decide whether it should be published.')); + drupal_set_message(t('the post is queued for approval. The editors will decide whether it should be published.')); } else { - drupal_set_message(t('The post is published.')); + drupal_set_message(t('the post is published.')); } break; } -- cgit v1.2.3