]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/opensearch.php
update from upstream
[quix0rs-gnu-social.git] / actions / opensearch.php
index 7bf32277bb4680618b94dcf76d0dc2df5ae95c09..b1529860a87487cd3382211e3fe4e7260a49e0c6 100644 (file)
@@ -63,8 +63,8 @@ class OpensearchAction extends Action
             // TRANS: ShortName in the OpenSearch interface when trying to find users.
             $short_name = _('People Search');
         } else {
-            // TRANS: ShortName in the OpenSearch interface when trying to find notices.
             $type       = 'noticesearch';
+            // TRANS: ShortName in the OpenSearch interface when trying to find notices.
             $short_name = _('Notice Search');
         }
         header('Content-Type: application/opensearchdescription+xml');