]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/atompubfavoritefeed.php
Fix "$s"s that slipped into double-quoted translatable strings' '%1$s' pattern. Switc...
[quix0rs-gnu-social.git] / actions / atompubfavoritefeed.php
index d35bd9f53e804d3a7260cd5379953e968ce93dfa..c31fcbd72ac9d7ce498ae01ee6f7fc1fb55d612d 100644 (file)
@@ -144,7 +144,7 @@ class AtompubfavoritefeedAction extends ApiAuthAction
 
         // TRANS: Subtitle for Atom favorites feed.
         // TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename.
-        $feed->setSubtitle(sprintf(_("Notices %1$s has favorited on %2$s"),
+        $feed->setSubtitle(sprintf(_('Notices %1$s has favorited on %2$s'),
                                    $this->_profile->getBestName(),
                                    common_config('site', 'name')));