]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Don't include site in gettext
authorSarven Capadisli <csarven@status.net>
Thu, 29 Oct 2009 12:24:06 +0000 (13:24 +0100)
committerSarven Capadisli <csarven@status.net>
Thu, 29 Oct 2009 12:24:06 +0000 (13:24 +0100)
actions/bookmarklet.php

index f253399e4b1003bc611d6a7b6ce9a035dd035cf4..0603a745612a07df289f0bead249b87f3887e8ad 100644 (file)
@@ -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()