aboutsummaryrefslogtreecommitdiffstats
path: root/mod/new_channel.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-12-20 13:37:46 +0000
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-12-20 13:37:46 +0000
commitb0da38c09aa12f186e9413cf34b3eeff92d96b47 (patch)
tree545564851e25e69172070c6d7b83360fedf3937c /mod/new_channel.php
parent49a4ca9182195c99ace39d1a897c4578bd932d76 (diff)
parent6d8214f96bfc8b981fae7c0ffe0cba68206dd86b (diff)
downloadvolse-hubzilla-b0da38c09aa12f186e9413cf34b3eeff92d96b47.tar.gz
volse-hubzilla-b0da38c09aa12f186e9413cf34b3eeff92d96b47.tar.bz2
volse-hubzilla-b0da38c09aa12f186e9413cf34b3eeff92d96b47.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'mod/new_channel.php')
-rw-r--r--mod/new_channel.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/new_channel.php b/mod/new_channel.php
index 8329f0ec3..185fc7c28 100644
--- a/mod/new_channel.php
+++ b/mod/new_channel.php
@@ -116,6 +116,8 @@ 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'),
+ '$questionmark' => t('?'),
+ '$what_is_role' => t('What is this?'),
'$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,