summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-29 13:24:06 +0100
committerSarven Capadisli <csarven@status.net>2009-10-29 13:24:06 +0100
commit968389fb45346c77799d3ba2f787c9bcb3971173 (patch)
treed9d57a99c39d039b11ea30e8d725393edca44e25 /actions
parentf0abc0fe15a54da468cf37e748041bba4f362e53 (diff)
Don't include site in gettext
Diffstat (limited to 'actions')
-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()