diff --git a/ext/rating/info.php b/ext/rating/info.php index c7836f29..39490b41 100644 --- a/ext/rating/info.php +++ b/ext/rating/info.php @@ -5,7 +5,7 @@ class RatingsInfo extends ExtensionInfo public const KEY = "rating"; public $key = self::KEY; - public $name = "Image Ratings"; + public $name = "Post Ratings"; public $url = self::SHIMMIE_URL; public $authors = self::SHISH_AUTHOR; public $license = self::LICENSE_GPLV2; diff --git a/ext/rating/main.php b/ext/rating/main.php index b2c8216d..661831e2 100644 --- a/ext/rating/main.php +++ b/ext/rating/main.php @@ -165,7 +165,7 @@ class Ratings extends Extension $options[$rating->name] = $rating->code; } - $sb = new SetupBlock("Image Ratings"); + $sb = new SetupBlock("Post Ratings"); $sb->start_table(); foreach (array_keys($_shm_user_classes) as $key) { if ($key == "base" || $key == "hellbanned") { diff --git a/ext/rating/theme.php b/ext/rating/theme.php index a8d74452..52317ea1 100644 --- a/ext/rating/theme.php +++ b/ext/rating/theme.php @@ -63,20 +63,20 @@ class RatingsTheme extends Themelet public function get_help_html(array $ratings) { - $output = '
Search for images with one or more possible ratings.
+ $output = 'Search for posts with one or more possible ratings.
rating:'.$ratings[0]->search_term.'-
Returns images with the '.$ratings[0]->name.' rating.
+Returns posts with the '.$ratings[0]->name.' rating.
Ratings can be abbreviated to a single letter as well
rating:'.$ratings[0]->code.'-
Returns images with the '.$ratings[0]->name.' rating.
+Returns posts with the '.$ratings[0]->name.' rating.
If abbreviations are used, multiple ratings can be searched for.
rating:'.$ratings[0]->code.$ratings[1]->code.'-
Returns images with the '.$ratings[0]->name.' or '.$ratings[1]->name.' rating.
+Returns posts with the '.$ratings[0]->name.' or '.$ratings[1]->name.' rating.
Available ratings: