aboutsummaryrefslogtreecommitdiffstats
path: root/mod/contacts.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-16 23:27:53 -0800
committerFriendika <info@friendika.com>2010-11-16 23:27:53 -0800
commit5e6e92a10bbca8e2beb44b4d2aa0ae772eb56295 (patch)
tree91edb27816a8a06c07da2138a18859974bbbc5e0 /mod/contacts.php
parentc2086ec50ed339fb864c8f0a93fbc40ff530c666 (diff)
downloadvolse-hubzilla-5e6e92a10bbca8e2beb44b4d2aa0ae772eb56295.tar.gz
volse-hubzilla-5e6e92a10bbca8e2beb44b4d2aa0ae772eb56295.tar.bz2
volse-hubzilla-5e6e92a10bbca8e2beb44b4d2aa0ae772eb56295.zip
quote the quote
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 9c84c4810..3e23fa86b 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'),