aboutsummaryrefslogtreecommitdiffstats
path: root/mod/new_channel.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-17 22:59:56 -0700
committerfriendica <info@friendica.com>2014-09-17 22:59:56 -0700
commit0b47fb9a91b58147e616ea75a23dea0d431c40f8 (patch)
treed03c22c98fa5e522fef874554be307969154c792 /mod/new_channel.php
parent0deb592cb5a6562f36a2f52025a71d3a20fcae42 (diff)
downloadvolse-hubzilla-0b47fb9a91b58147e616ea75a23dea0d431c40f8.tar.gz
volse-hubzilla-0b47fb9a91b58147e616ea75a23dea0d431c40f8.tar.bz2
volse-hubzilla-0b47fb9a91b58147e616ea75a23dea0d431c40f8.zip
keep the language consistent
Diffstat (limited to 'mod/new_channel.php')
-rw-r--r--mod/new_channel.php2
1 files changed, 1 insertions, 1 deletions
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 <a href="import">import an existing channel</a> 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')