summaryrefslogtreecommitdiff
path: root/modules/contact.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-12-09 17:25:53 +0000
committerDries Buytaert <dries@buytaert.net>2005-12-09 17:25:53 +0000
commit7d97733602ec7eeb34ba41a86a87deb827d3e9fa (patch)
tree8ca9a153ad6be51010c1a9bac28cf61f0da8e0ab /modules/contact.module
parent4758c8cd285b6c706c55a2d097f2003f142f4e66 (diff)
downloadbrdo-7d97733602ec7eeb34ba41a86a87deb827d3e9fa.tar.gz
brdo-7d97733602ec7eeb34ba41a86a87deb827d3e9fa.tar.bz2
- Fixed #40395: changed ':' to '.'.
Diffstat (limited to 'modules/contact.module')
-rw-r--r--modules/contact.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contact.module b/modules/contact.module
index 03d23b579..3105a9bee 100644
--- a/modules/contact.module
+++ b/modules/contact.module
@@ -303,7 +303,7 @@ function contact_mail_page_submit($form_id, $edit) {
$from = $edit['mail'];
// Compose the body:
- $message[] = t("%name sent a message using the contact form at %form:", array('%name' => $edit['name'], '%form' => url($_GET['q'], NULL, NULL, TRUE)));
+ $message[] = t("%name sent a message using the contact form at %form.", array('%name' => $edit['name'], '%form' => url($_GET['q'], NULL, NULL, TRUE)));
$message[] = $edit['message'];
// Tidy up the body: