From 2aa6a8117330d4217811425006fe562fcdc377b6 Mon Sep 17 00:00:00 2001 From: Silas Kraume Date: Thu, 15 Feb 2024 21:00:44 +0100 Subject: [PATCH] better color identifier name --- cat_win/const/colorconstants.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cat_win/const/colorconstants.py b/cat_win/const/colorconstants.py index 9825eb96..cf824193 100644 --- a/cat_win/const/colorconstants.py +++ b/cat_win/const/colorconstants.py @@ -99,13 +99,12 @@ class CKW: MATCHED = 'matched_pattern' MATCHED_MESSAGE = 'matched_pattern_message' CHECKSUM = 'checksum_message' - SUMMARY = 'processed_message' + SUMMARY = 'summary_message' ATTRIB = 'file_attribute_message' ATTRIB_POSITIVE = 'active_file_attributes' ATTRIB_NEGATIVE = 'missing_file_attributes' + RAWVIEWER = 'raw_viewer' MESSAGE_INFORMATION = 'message_information' MESSAGE_IMPORTANT = 'message_important' MESSAGE_WARNING = 'message_warning' - - RAWVIEWER = 'raw_viewer'