diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-09 22:58:58 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-09 22:58:58 -0700 |
commit | 6fa55579948f0d6fa12a301ddd33baae49240a73 (patch) | |
tree | c87a5550be5ab64462f944ace4a8a2adfc345aa8 /mod/contacts.php | |
parent | d11c1c63c02e88b3c73336741a2240ccc18d3b02 (diff) | |
download | volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.tar.gz volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.tar.bz2 volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.zip |
post branch fixes
Diffstat (limited to 'mod/contacts.php')
-rw-r--r-- | mod/contacts.php | 2 |
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 } |