aboutsummaryrefslogtreecommitdiffstats
path: root/mod/new_channel.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-06 01:18:30 -0800
committerfriendica <info@friendica.com>2012-12-06 01:18:30 -0800
commit4603fde9044b09a76dee9167fb312a597974ba59 (patch)
treeba595af73004404f9067d24109dd72b163826f70 /mod/new_channel.php
parentc6b8ab534f4516605ed276b9f8677f9cf578ea45 (diff)
downloadvolse-hubzilla-4603fde9044b09a76dee9167fb312a597974ba59.tar.gz
volse-hubzilla-4603fde9044b09a76dee9167fb312a597974ba59.tar.bz2
volse-hubzilla-4603fde9044b09a76dee9167fb312a597974ba59.zip
"webbie" isn't going to cut it. We'll go with "channel address" for now.
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 4067d84d3..8d0776ff0 100644
--- a/mod/new_channel.php
+++ b/mod/new_channel.php
@@ -110,7 +110,7 @@ function new_channel_content(&$a) {
'$label_name' => t('Channel Name'),
'$help_name' => t('Examples: "Bob Jameson", "Lisa and her Horses", "Soccer", "Aviation Group" '),
'$label_nick' => t('Choose a short nickname'),
- '$nick_desc' => t('Your nickname will be used to create an easily remembered web address ("webbie") for your channel.'),
+ '$nick_desc' => t('Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others.'),
'$label_import' => t('Check this box to import an existing channel file from another location'),
'$name' => $name,
'$nickname' => $nickname,