]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/actions/pushcallback.php
Fix L10n/i18n.
[quix0rs-gnu-social.git] / plugins / OStatus / actions / pushcallback.php
index 9b83d43c4ddd7528fc41aedc5c728895c3b4a65b..9252ac61a1c8620495fa66575d5d86840cc60312 100644 (file)
@@ -47,6 +47,7 @@ class PushCallbackAction extends Action
         $feedid = $this->arg('feed');
         common_log(LOG_INFO, "POST for feed id $feedid");
         if (!$feedid) {
+            // TRANS: Server exception thrown when referring to a non-existing or empty feed.
             throw new ServerException(_m('Empty or invalid feed id.'), 400);
         }