diff options
author | friendica <info@friendica.com> | 2012-10-29 21:59:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-29 21:59:49 -0700 |
commit | dca20f42278e9d837d5cbfd130fc04ecaf09947d (patch) | |
tree | a7c0ce623821ca64b422ee734be27d3ecb15b119 /mod/manage.php | |
parent | f608373d084eea8d34adc48ef50c7392903b51be (diff) | |
download | volse-hubzilla-dca20f42278e9d837d5cbfd130fc04ecaf09947d.tar.gz volse-hubzilla-dca20f42278e9d837d5cbfd130fc04ecaf09947d.tar.bz2 volse-hubzilla-dca20f42278e9d837d5cbfd130fc04ecaf09947d.zip |
zchannel rename to new_channel
Diffstat (limited to 'mod/manage.php')
-rw-r--r-- | mod/manage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/manage.php b/mod/manage.php index 557a19375..57d33d086 100644 --- a/mod/manage.php +++ b/mod/manage.php @@ -35,7 +35,7 @@ function manage_content(&$a) { } $links = array( - array( 'zchannel', t('Create a new channel'), t('New Channel')) + array( 'new_channel', t('Create a new channel'), t('New Channel')) ); |