]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Mapstraction/usermap.php
Merge branch 'master' into testing
[quix0rs-gnu-social.git] / plugins / Mapstraction / usermap.php
index 3e517ee864fef9ab1d9c4b1cbdc64f82f9ef152b..ff47b6adafb92e9718b4c94e6daa6c5defb0ac0e 100644 (file)
@@ -68,7 +68,7 @@ class UsermapAction extends MapAction
         if ($this->page == 1) {
             return $base;
         } else {
-            return sprintf(_("%s map, page %d"),
+            return sprintf(_m("%s map, page %d"),
                            $base,
                            $this->page);
         }