Fix typo in documentation. Spotted by Nikerabbit.

This commit is contained in:
Siebrand Mazeland 2011-03-02 09:57:02 +01:00
parent 0f98457ddb
commit 399c83db87
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class ApiGroupListAllAction extends ApiPrivateAuthAction
$taguribase = TagURI::base();
$id = "tag:$taguribase:Groups";
$link = common_local_url('groups');
// TRANS: Message is used as a subtitle when listing the lastest 20 groups. %s is a site name.
// TRANS: Message is used as a subtitle when listing the latest 20 groups. %s is a site name.
$subtitle = sprintf(_("groups on %s"), $sitename);
switch($this->format) {