diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-29 13:24:06 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-29 13:24:06 +0100 |
commit | 968389fb45346c77799d3ba2f787c9bcb3971173 (patch) | |
tree | d9d57a99c39d039b11ea30e8d725393edca44e25 /actions | |
parent | f0abc0fe15a54da468cf37e748041bba4f362e53 (diff) |
Don't include site in gettext
Diffstat (limited to 'actions')
-rw-r--r-- | actions/bookmarklet.php | 2 |
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() |