X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fopensearch.php;h=b1529860a87487cd3382211e3fe4e7260a49e0c6;hb=57c87088d4cdc435d386c457249642c2ffeab21b;hp=7bf32277bb4680618b94dcf76d0dc2df5ae95c09;hpb=2e1c7c779d7d7a12529efdb42437fbc063475ba6;p=quix0rs-gnu-social.git diff --git a/actions/opensearch.php b/actions/opensearch.php index 7bf32277bb..b1529860a8 100644 --- a/actions/opensearch.php +++ b/actions/opensearch.php @@ -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');