From a2f9fb07e482f52d7c9266375a0a060777d341e6 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 5 Jan 2018 08:23:09 -0500 Subject: [PATCH] Fix typo in translation string in twitter --- twitter/twitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/twitter.php b/twitter/twitter.php index 7c747135..43aee0fe 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -335,7 +335,7 @@ function twitter_settings(App $a, &$s) '$field' => array('twitter-enable', t('Allow posting to Twitter'), $enabled, t('If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.')) )); if ($a->user['hidewall']) { - $s .= '

' . t('Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.') . '

'; + $s .= '

' . t('Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.') . '

'; } $s .= replace_macros($field_checkbox, array( '$field' => array('twitter-default', t('Send public postings to Twitter by default'), $defenabled, '')