From 89ad8ad80f3907b3850f45e42bb70424a223ed71 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 9 Aug 2013 04:00:34 -0700 Subject: string parse error extracting one particular string --- mod/connections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/connections.php') diff --git a/mod/connections.php b/mod/connections.php index 2ad9342b8..8f779bca5 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -407,7 +407,7 @@ function connections_content(&$a) { '$unapproved' => $unapproved, '$approve' => t('Approve this connection'), '$noperms' => (((! $self) && (! $contact['abook_my_perms'])) ? t('Connection has no individual permissions!') : ''), - '$noperm_desc' => (((! $self) && (! $contact['abook_my_perms'])) ? t('This may be appropriate based on your privacy settings, though you may wish to review the "Advanced Permissions"') : ''), + '$noperm_desc' => (((! $self) && (! $contact['abook_my_perms'])) ? t('This may be appropriate based on your privacy settings, though you may wish to review the "Advanced Permissions".') : ''), '$submit' => t('Submit'), '$lbl_vis1' => t('Profile Visibility'), '$lbl_vis2' => sprintf( t('Please choose the profile you would like to display to %s when viewing your profile securely.'), $contact['xchan_name']), -- cgit v1.2.3