]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix interpolation for positional arguments in showstream
authorEvan Prodromou <evan@status.net>
Mon, 25 Jan 2010 03:50:07 +0000 (22:50 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 25 Jan 2010 03:50:07 +0000 (22:50 -0500)
actions/showstream.php

index 75e10858d08ad2f917074c56a5ed0861bec29346..90ff67073a1bd7d120cbcae560b010e9031d12bc 100644 (file)
@@ -76,7 +76,7 @@ class ShowstreamAction extends ProfileAction
         if ($this->page == 1) {
             return $base;
         } else {
-            return sprintf(_("%1$s, page %2$d"),
+            return sprintf(_('%1$s, page %2$d'),
                            $base,
                            $this->page);
         }