From 0b47fb9a91b58147e616ea75a23dea0d431c40f8 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 17 Sep 2014 22:59:56 -0700 Subject: [PATCH] keep the language consistent --- mod/new_channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/new_channel.php b/mod/new_channel.php index e70c64f23..8329f0ec3 100644 --- a/mod/new_channel.php +++ b/mod/new_channel.php @@ -116,7 +116,7 @@ function new_channel_content(&$a) { '$label_import' => t('Or import an existing channel from another location'), '$name' => $name, '$label_role' => t('Channel Type'), - '$help_role' => t('Please choose a channel role (such as social networking or community forum) and privacy requirements so we can select the best permissions for you'), + '$help_role' => t('Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you'), '$role_select' => role_selector(($privacy_role) ? $privacy_role : 'social'), '$nickname' => $nickname, '$submit' => t('Create')