diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-04 15:22:02 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-04 15:22:02 -0700 |
commit | f58008ebaff81cd8066c21b4a389de2fc9383259 (patch) | |
tree | b9b16004f403e9b2f8a4d8b856449d71ad003173 /plugins/Mapstraction | |
parent | de185a14057e52d6acd306a643eb8f38cd83973e (diff) | |
parent | c6e8fbebefe7182b9584501d55bc0b32ce7b53a1 (diff) |
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'plugins/Mapstraction')
-rw-r--r-- | plugins/Mapstraction/allmap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Mapstraction/allmap.php b/plugins/Mapstraction/allmap.php index fa05ccc7a..6e2e1d122 100644 --- a/plugins/Mapstraction/allmap.php +++ b/plugins/Mapstraction/allmap.php @@ -77,7 +77,7 @@ class AllmapAction extends MapAction // @todo CHECKME: does this even happen? May not be needed. // TRANS: Page title. // TRANS: %1$s is a user nickname, %2$d is a page number. - return sprintf(_m("%1$s friends map, page %2$d"), + return sprintf(_m('%1$s friends map, page %2$d'), $base, $this->page); } |