diff options
author | friendica <info@friendica.com> | 2012-08-30 22:42:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-30 22:42:51 -0700 |
commit | 4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d (patch) | |
tree | 958c66211db81e27ab0bf77304a0763c900f2b45 /mod/zentity.php | |
parent | 80bd128425b99d91ddca897bc2cd6dcef5268fe4 (diff) | |
download | volse-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.php | 4 |
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'), |