GNU social naming, not StatusNet
This commit is contained in:
parent
8b04bcb310
commit
8ef29b70d1
@ -25,9 +25,7 @@
|
|||||||
* @link http://status.net/
|
* @link http://status.net/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('STATUSNET') && !defined('LACONICA')) {
|
if (!defined('GNUSOCIAL') && !defined('STATUSNET')) { exit(1); }
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
class MirrorSettingsAction extends SettingsAction
|
class MirrorSettingsAction extends SettingsAction
|
||||||
{
|
{
|
||||||
@ -52,7 +50,7 @@ class MirrorSettingsAction extends SettingsAction
|
|||||||
{
|
{
|
||||||
// TRANS: Page instructions.
|
// TRANS: Page instructions.
|
||||||
return _m('You can mirror updates from many RSS and Atom feeds ' .
|
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')) {
|
switch ($this->arg('provider')) {
|
||||||
case 'statusnet':
|
case 'statusnet':
|
||||||
break;
|
break;
|
||||||
case 'twitter':
|
|
||||||
$form = new AddTwitterMirrorForm($this);
|
|
||||||
break;
|
|
||||||
case 'wordpress':
|
case 'wordpress':
|
||||||
break;
|
break;
|
||||||
case 'linkedin':
|
case 'linkedin':
|
||||||
|
Loading…
Reference in New Issue
Block a user