]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Cleanup bad i18n format for page title on bookmarklet posting window
authorBrion Vibber <brion@pobox.com>
Fri, 9 Apr 2010 16:43:34 +0000 (09:43 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 9 Apr 2010 16:43:34 +0000 (09:43 -0700)
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()