Index: src/Common/SemanticError.h
===================================================================
--- src/Common/SemanticError.h	(revision 8f0627739771873f0409e88a71dcaaf6d43b7204)
+++ src/Common/SemanticError.h	(revision a8667ab4f3e80cd87485f88307c47abba3c35cb7)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Feb  2 10:59:10 2023
-// Update Count     : 36
+// Last Modified On : Sat Feb 25 12:01:31 2023
+// Update Count     : 37
 //
 
@@ -56,5 +56,5 @@
 	{"self-assign"              , Severity::Warn    , "self assignment of expression: %s"                          },
 	{"reference-conversion"     , Severity::Warn    , "rvalue to reference conversion of rvalue: %s"               },
-	{"qualifiers-zero_t-one_t"  , Severity::Warn    , "questionable use of type qualifier %s with %s"              },
+	{"qualifiers-zero_t-one_t"  , Severity::Warn    , "questionable use of type qualifier(s) with %s"              },
 	{"aggregate-forward-decl"   , Severity::Warn    , "forward declaration of nested aggregate: %s"                },
 	{"superfluous-decl"         , Severity::Warn    , "declaration does not allocate storage: %s"                  },
