aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zentity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-30 22:42:51 -0700
committerfriendica <info@friendica.com>2012-08-30 22:42:51 -0700
commit4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d (patch)
tree958c66211db81e27ab0bf77304a0763c900f2b45 /mod/zentity.php
parent80bd128425b99d91ddca897bc2cd6dcef5268fe4 (diff)
downloadvolse-hubzilla-4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d.tar.gz
volse-hubzilla-4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d.tar.bz2
volse-hubzilla-4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d.zip
begin channel management (was "manage") page, use term "channel" instead of the vague and hard to explain "identity"
Diffstat (limited to 'mod/zentity.php')
-rw-r--r--mod/zentity.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/zentity.php b/mod/zentity.php
index 9e90dd263..41ee7165b 100644
--- a/mod/zentity.php
+++ b/mod/zentity.php
@@ -99,8 +99,8 @@ function zentity_content(&$a) {
$o = replace_macros(get_markup_template('zentity.tpl'), array(
- '$title' => t('Create Identity'),
- '$desc' => t('An identity is a profile container for a personal profile, blog, public or private group/forum, celebrity page, and more. You may create as many of these as your provider allows.'),
+ '$title' => t('Create a Profile Channel'),
+ '$desc' => t('A channel is a collection of web resources attached to a profile page. This is typically used to create a personal profile, but may also be used to create a blog, public and private forums, celebrity pages, and more. You may create as many of these as your provider allows.'),
'$label_name' => t('Full name'),
'$label_nick' => t('Choose a short nickname'),