]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/RSSCloud/LoggingAggregator.php
merge 0.9.x into 1.0.x
[quix0rs-gnu-social.git] / plugins / RSSCloud / LoggingAggregator.php
index c7d7a40e3bb0a7e973464a6f5158d0ce73e7f6e5..26fde9c3e2e90983835aa428ecbde70fd64b7fe6 100644 (file)
@@ -82,7 +82,7 @@ class LoggingAggregatorAction extends Action
         parent::handle($args);
 
         if (empty($this->url)) {
-            $this->showError(_('A URL parameter is required.'));
+            $this->showError(_m('A URL parameter is required.'));
             return;
         }