From 0f883e7009d4f3fb04cc601fcbef7c94b953a2da Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 17 Apr 2018 17:19:18 -0500 Subject: [PATCH] Fix #3649: Replace highlighting of "photoshop" with "third-party_edit" in modqueue. --- config/danbooru_default_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 36709614d..821ce89af 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -522,7 +522,7 @@ module Danbooru # Posts with these tags will be highlighted yellow in the modqueue. def modqueue_quality_warning_tags - %w[hard_translated self_upload nude_filter photoshop screencap] + %w[hard_translated self_upload nude_filter third-party_edit screencap] end # Posts with these tags will be highlighted red in the modqueue.