From: Brion Vibber Date: Wed, 30 Mar 2011 00:00:00 +0000 (-0700) Subject: typo fix in format string X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1c63ae29feb8f30c43b6f927424a7cf84ad5c788;p=quix0rs-gnu-social.git typo fix in format string --- diff --git a/plugins/Bookmark/showbookmark.php b/plugins/Bookmark/showbookmark.php index 27f24876a7..40005c087f 100644 --- a/plugins/Bookmark/showbookmark.php +++ b/plugins/Bookmark/showbookmark.php @@ -82,7 +82,7 @@ class ShowbookmarkAction extends ShownoticeAction { // TRANS: Title for bookmark. // TRANS: %1$s is a user nickname, %2$s is a bookmark title. - return sprintf(_('%1s$\'s bookmark for "%2$s"'), + return sprintf(_('%1$s\'s bookmark for "%2$s"'), $this->user->nickname, $this->bookmark->title); }