]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/bookmarklet.php
update README for YammerImport
[quix0rs-gnu-social.git] / actions / bookmarklet.php
index 0603a745612a07df289f0bead249b87f3887e8ad..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()