diff options
author | friendica <info@friendica.com> | 2012-12-12 15:31:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-12 15:31:43 -0800 |
commit | 6e363ed0c8f5a1f3e63c7f1984542ef182d79d84 (patch) | |
tree | 50e3605d5d2186b4f14d58ab8cf57c24aaf53bbe /include/features.php | |
parent | 76b96d4a77b9458c4b82aef30b29a29561fa8af5 (diff) | |
download | volse-hubzilla-6e363ed0c8f5a1f3e63c7f1984542ef182d79d84.tar.gz volse-hubzilla-6e363ed0c8f5a1f3e63c7f1984542ef182d79d84.tar.bz2 volse-hubzilla-6e363ed0c8f5a1f3e63c7f1984542ef182d79d84.zip |
typo
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php index 03919d9b2..738de429f 100644 --- a/include/features.php +++ b/include/features.php @@ -21,7 +21,7 @@ function get_features() { t('General Features'), array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')), array('multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles')), - array('webpages', t('Web Pages'), t('Provide managed web pages on your channel'), + array('webpages', t('Web Pages'), t('Provide managed web pages on your channel')), ), |