summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/bookmarklet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/bookmarklet.php b/actions/bookmarklet.php
index f253399e4..0603a7456 100644
--- a/actions/bookmarklet.php
+++ b/actions/bookmarklet.php
@@ -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()