From 5e6e92a10bbca8e2beb44b4d2aa0ae772eb56295 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 16 Nov 2010 23:27:53 -0800 Subject: [PATCH] quote the quote --- mod/contacts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/contacts.php b/mod/contacts.php index 9c84c48104..3e23fa86bc 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -199,7 +199,7 @@ function contacts_content(&$a) { $o .= replace_macros($tpl,array( '$header' => t('Contact Editor'), - '$visit' => t('Visit $name's profile'), + '$visit' => t('Visit $name\'s profile'), '$blockunblock' => t('Block/Unblock contact'), '$ignorecont' => t('Ignore contact'), '$delete' => t('Delete contact'),