X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftwitapinotifications.php;h=9e3cc15c424366bd05968c0065a0c0477523dd1f;hb=92645bbc578fafeb6816a44b8cf9cd594ffb5bd7;hp=95fe550b1266a55b86100a4ec6014cd42eb8e270;hpb=7e6870db914d4e905fc7ae833b69404fd3ea0d3d;p=quix0rs-gnu-social.git diff --git a/actions/twitapinotifications.php b/actions/twitapinotifications.php index 95fe550b12..9e3cc15c42 100644 --- a/actions/twitapinotifications.php +++ b/actions/twitapinotifications.php @@ -26,13 +26,13 @@ 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(); }