keep the language consistent
This commit is contained in:
parent
0deb592cb5
commit
0b47fb9a91
@ -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')
|
||||
|
Reference in New Issue
Block a user