From 1520e6cfe32071e8d666d81163dc50c6a878e1e9 Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Mon, 26 Oct 2020 10:20:59 -0500 Subject: [PATCH] Image to Post - tag list --- ext/tag_list/config.php | 2 +- ext/tag_list/main.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/tag_list/config.php b/ext/tag_list/config.php index 8a80cdbd..dc4560d6 100644 --- a/ext/tag_list/config.php +++ b/ext/tag_list/config.php @@ -17,7 +17,7 @@ class TagListConfig public const TYPE_TAGS= "tags"; public const TYPE_CHOICES = [ - "Image's tags only" => TagListConfig::TYPE_TAGS, + "Post's tags only" => TagListConfig::TYPE_TAGS, "Show related" => TagListConfig::TYPE_RELATED ]; diff --git a/ext/tag_list/main.php b/ext/tag_list/main.php index 7ff990c5..06b4b463 100644 --- a/ext/tag_list/main.php +++ b/ext/tag_list/main.php @@ -143,7 +143,7 @@ class TagList extends Extension $sb->add_choice_option( TagListConfig::IMAGE_TYPE, TagListConfig::TYPE_CHOICES, - "Image tag list", + "Post tag list", true ); $sb->add_choice_option(