]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Mapstraction/allmap.php
Revoke access token UI
[quix0rs-gnu-social.git] / plugins / Mapstraction / allmap.php
index 0c4f03b31c9cd864c11cc8fb4cc8f65bc931215d..e73aa76e8e393e68563886d6430f696f675a4eb0 100644 (file)
@@ -68,10 +68,10 @@ class AllmapAction extends MapAction
         }
 
         if ($this->page == 1) {
-            return sprintf(_("%s friends map"),
+            return sprintf(_m("%s friends map"),
                            $base);
         } else {
-            return sprintf(_("%s friends map, page %d"),
+            return sprintf(_m("%s friends map, page %d"),
                            $base,
                            $this->page);
         }