]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
* L10n updates: consistent puctuation
[quix0rs-gnu-social.git] / actions / tag.php
index 3a88c1229dd217857bb386a787f66d89b14d436b..12857236eff733e03c22a4eec98942578492555d 100644 (file)
@@ -65,7 +65,7 @@ class TagAction extends Action
         if ($this->page == 1) {
             return sprintf(_("Notices tagged with %s"), $this->tag);
         } else {
-            return sprintf(_("Notices tagged with %s, page %d"),
+            return sprintf(_("Notices tagged with %1$s, page %2$d"),
                            $this->tag,
                            $this->page);
         }