From 968389fb45346c77799d3ba2f787c9bcb3971173 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 29 Oct 2009 13:24:06 +0100 Subject: Don't include site in gettext --- actions/bookmarklet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') 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() -- cgit v1.2.3-54-g00ecf