Cleanup bad i18n format for page title on bookmarklet posting window
This commit is contained in:
parent
13e8214a67
commit
f13bf37e11
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user