X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fbookmarklet.php;h=041c2e89475267931108b23e520c93cba543722e;hb=255ba42ef120a3ee0ac21c0c639730d8317b7e79;hp=0603a745612a07df289f0bead249b87f3887e8ad;hpb=2d8ad0409d8e78ec35a65156bc375eacbe561963;p=quix0rs-gnu-social.git diff --git a/actions/bookmarklet.php b/actions/bookmarklet.php index 0603a74561..041c2e8947 100644 --- a/actions/bookmarklet.php +++ b/actions/bookmarklet.php @@ -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()