typo fix in format string

This commit is contained in:
Brion Vibber 2011-03-29 17:00:00 -07:00
parent 20ca5027cc
commit 1c63ae29fe
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class ShowbookmarkAction extends ShownoticeAction
{
// TRANS: Title for bookmark.
// TRANS: %1$s is a user nickname, %2$s is a bookmark title.
return sprintf(_('%1s$\'s bookmark for "%2$s"'),
return sprintf(_('%1$s\'s bookmark for "%2$s"'),
$this->user->nickname,
$this->bookmark->title);
}