diff --git a/ext/qr_code/info.php b/ext/qr_code/info.php index bdb0b914..684f1531 100644 --- a/ext/qr_code/info.php +++ b/ext/qr_code/info.php @@ -11,7 +11,7 @@ class QRImageInfo extends ExtensionInfo public $license = self::LICENSE_GPLV2; public $description = "Turns BBCode into HTML"; public $documentation = -"Shows a QR Code for downloading an image to cell phones. -Based on Artanis's Link to Image Extension +"Shows a QR Code for downloading a post to cell phones. +Based on Artanis's Link to Post Extension Further modified by Shish to remove the 7MB local QR generator and replace it with a link to google chart APIs"; }