GNU social naming, not StatusNet

This commit is contained in:
Mikael Nordfeldth 2014-03-02 22:53:48 +01:00
parent 8b04bcb310
commit 8ef29b70d1
1 changed files with 2 additions and 7 deletions

View File

@ -25,9 +25,7 @@
* @link http://status.net/
*/
if (!defined('STATUSNET') && !defined('LACONICA')) {
exit(1);
}
if (!defined('GNUSOCIAL') && !defined('STATUSNET')) { exit(1); }
class MirrorSettingsAction extends SettingsAction
{
@ -52,7 +50,7 @@ class MirrorSettingsAction extends SettingsAction
{
// TRANS: Page instructions.
return _m('You can mirror updates from many RSS and Atom feeds ' .
'into your StatusNet timeline!');
'into your GNU social timeline!');
}
/**
@ -103,9 +101,6 @@ class MirrorSettingsAction extends SettingsAction
switch ($this->arg('provider')) {
case 'statusnet':
break;
case 'twitter':
$form = new AddTwitterMirrorForm($this);
break;
case 'wordpress':
break;
case 'linkedin':