]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/bookmarklet.php
update README for YammerImport
[quix0rs-gnu-social.git] / actions / bookmarklet.php
index f253399e4b1003bc611d6a7b6ce9a035dd035cf4..041c2e89475267931108b23e520c93cba543722e 100644 (file)
@@ -47,7 +47,8 @@ class BookmarkletAction extends NewnoticeAction
 {
     function showTitle()
     {
-        $this->element('title', null, _('Post to '.common_config('site', 'name')));
+        // TRANS: Title for mini-posting window loaded from bookmarklet.
+        $this->element('title', null, sprintf(_('Post to %s'), common_config('site', 'name')));
     }
 
     function showHeader()