]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/twitapinotifications.php
XMPP sub/unsub and help commands
[quix0rs-gnu-social.git] / actions / twitapinotifications.php
index 45a33427bc389e1d95c735e7bcf913951160fb38..9e3cc15c424366bd05968c0065a0c0477523dd1f 100644 (file)
@@ -24,16 +24,15 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 # This naming convention looks real sick
 class TwitapinotificationsAction extends TwitterapiAction {
 
-
        function follow($args, $apidata) {
                parent::handle($args);
-               common_server_error("API method under construction.", $code=501);
+               common_server_error(_('API method under construction.'), $code=501);
                exit();
        }
        
        function leave($args, $apidata) {
                parent::handle($args);
-               common_server_error("API method under construction.", $code=501);
+               common_server_error(_('API method under construction.'), $code=501);
                exit();
        }