X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fbookmarklet.php;h=041c2e89475267931108b23e520c93cba543722e;hb=f2d6e1e375410bee0efc90c80b1e74699a4c6b7d;hp=0603a745612a07df289f0bead249b87f3887e8ad;hpb=5f5413624d166a9b2116d266c7698dd6dcd2d8c4;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()