Cleanup bad i18n format for page title on bookmarklet posting window

This commit is contained in:
Brion Vibber 2010-04-09 09:43:34 -07:00
parent 13e8214a67
commit f13bf37e11

View File

@ -47,7 +47,8 @@ class BookmarkletAction extends NewnoticeAction
{
function showTitle()
{
$this->element('title', null, _('Post to ').common_config('site', 'name'));
// TRANS: Title for mini-posting window loaded from bookmarklet.
$this->element('title', null, sprintf(_('Post to %s'), common_config('site', 'name')));
}
function showHeader()