Don't include site in gettext

This commit is contained in:
Sarven Capadisli 2009-10-29 13:24:06 +01:00
parent f0abc0fe15
commit 968389fb45
1 changed files with 1 additions and 1 deletions

View File

@ -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()