]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / actions / showstream.php
index b9782a3f14745571f99ed13f1da45ff110984caa..cb9ade19133c959264ab8bb66749564af5566026 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);
         }