diff options
author | friendica <info@friendica.com> | 2014-08-28 16:56:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-28 16:56:13 -0700 |
commit | 53b5cf7f507df53d3e382b6714caacf9551ed6db (patch) | |
tree | 58a0ca038fc7db0f3a2218559bee219cf0b34fa1 /include/apps.php | |
parent | f526a10f07086ffeb5018b913916827a556f2fa1 (diff) | |
download | volse-hubzilla-53b5cf7f507df53d3e382b6714caacf9551ed6db.tar.gz volse-hubzilla-53b5cf7f507df53d3e382b6714caacf9551ed6db.tar.bz2 volse-hubzilla-53b5cf7f507df53d3e382b6714caacf9551ed6db.zip |
Ability to close comments at a certain date/time - needed for loom.io emulation (and many other uses)
Diffstat (limited to 'include/apps.php')
-rw-r--r-- | include/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apps.php b/include/apps.php index 7cfa07868..7ac4c7e4b 100644 --- a/include/apps.php +++ b/include/apps.php @@ -124,7 +124,7 @@ function translate_system_apps(&$arr) { 'Bookmarks' => t('Bookmarks'), 'Address Book' => t('Address Book'), 'Login' => t('Login'), - 'Channel Select' => t('Channel Select'), + 'Channel Manager' => t('Channel Manager'), 'Matrix' => t('Matrix'), 'Settings' => t('Settings'), 'Files' => t('Files'), |