Don't include site in gettext
This commit is contained in:
parent
f0abc0fe15
commit
968389fb45
|
@ -47,7 +47,7 @@ class BookmarkletAction extends NewnoticeAction
|
|||
{
|
||||
function showTitle()
|
||||
{
|
||||
$this->element('title', null, _('Post to '.common_config('site', 'name')));
|
||||
$this->element('title', null, _('Post to ').common_config('site', 'name'));
|
||||
}
|
||||
|
||||
function showHeader()
|
||||
|
|
Loading…
Reference in New Issue
Block a user