diff options
author | friendica <info@friendica.com> | 2014-09-15 22:53:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-15 22:53:33 -0700 |
commit | 4d91b6e6d243eacb12faffb4d4ce2a3eec85f820 (patch) | |
tree | 164ccc577f5d81b990b315af92fe82115446594e | |
parent | 6c0133be1f945215ae5b21c4e6da0fda2817a0a3 (diff) | |
download | volse-hubzilla-4d91b6e6d243eacb12faffb4d4ce2a3eec85f820.tar.gz volse-hubzilla-4d91b6e6d243eacb12faffb4d4ce2a3eec85f820.tar.bz2 volse-hubzilla-4d91b6e6d243eacb12faffb4d4ce2a3eec85f820.zip |
fat finger - must have been here a while
-rw-r--r-- | mod/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php index 836b12281..9a35a8de8 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -768,7 +768,7 @@ function admin_page_channels_post(&$a){ ); proc_run('php','include/directory.php',$uid,'nopush'); } - notice( sprintf( tt("%s channel censored/uncensored", "%s channelss censored/uncensored", count($channels)), count($channels)) ); + notice( sprintf( tt("%s channel censored/uncensored", "%s channels censored/uncensored", count($channels)), count($channels)) ); } if (x($_POST,'page_channels_delete')){ require_once("include/Contact.php"); |