diff --git a/ext/comment/info.php b/ext/comment/info.php index acec497f..1a8ced0f 100644 --- a/ext/comment/info.php +++ b/ext/comment/info.php @@ -5,7 +5,7 @@ class CommentListInfo extends ExtensionInfo public const KEY = "comment"; public $key = self::KEY; - public $name = "Image Comments"; + public $name = "Post Comments"; public $url = self::SHIMMIE_URL; public $authors = self::SHISH_AUTHOR; public $license = self::LICENSE_GPLV2; diff --git a/ext/comment/theme.php b/ext/comment/theme.php index d33aa134..f9ef115d 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -289,23 +289,23 @@ class CommentListTheme extends Themelet public function get_help_html() { - return '

Search for images containing a certain number of comments, or comments by a particular individual.

+ return '

Search for posts containing a certain number of comments, or comments by a particular individual.

comments=1
-

Returns images with exactly 1 comment.

+

Returns posts with exactly 1 comment.

comments>0
-

Returns images with 1 or more comments.

+

Returns posts with 1 or more comments.

Can use <, <=, >, >=, or =.

commented_by:username
-

Returns images that have been commented on by "username".

+

Returns posts that have been commented on by "username".

commented_by_userno:123
-

Returns images that have been commented on by user 123.

+

Returns posts that have been commented on by user 123.

'; }