From: Sarven Capadisli Date: Thu, 29 Oct 2009 12:24:06 +0000 (+0100) Subject: Don't include site in gettext X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=968389fb45346c77799d3ba2f787c9bcb3971173;p=quix0rs-gnu-social.git Don't include site in gettext --- diff --git a/actions/bookmarklet.php b/actions/bookmarklet.php index f253399e4b..0603a74561 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()