X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FMapstraction%2Fusermap.php;h=ff47b6adafb92e9718b4c94e6daa6c5defb0ac0e;hb=46655eb3ca06666a747eacbef9de4bbc00cfd6b8;hp=3e517ee864fef9ab1d9c4b1cbdc64f82f9ef152b;hpb=43a1a355241079da6bf355a996910b9d116bf105;p=quix0rs-gnu-social.git diff --git a/plugins/Mapstraction/usermap.php b/plugins/Mapstraction/usermap.php index 3e517ee864..ff47b6adaf 100644 --- a/plugins/Mapstraction/usermap.php +++ b/plugins/Mapstraction/usermap.php @@ -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); }