aboutsummaryrefslogtreecommitdiffstats
path: root/mod/contacts.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/contacts.php')
-rw-r--r--mod/contacts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/contacts.php b/mod/contacts.php
index 89e1f24df..2afa81c97 100644
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -142,7 +142,7 @@ function contacts_content(&$a) {
intval($_SESSION['uid'])
);
- notice("Contact has been removed." . EOL );
+ notice( t('Contact has been removed.') . EOL );
goaway($a->get_baseurl() . '/contacts');
return; // NOTREACHED
}