contrib/check-code.py
changeset 52637 3b6f25190157
parent 51956 1c23faf64ad4
child 52640 24ee91ba9aa8
--- a/contrib/check-code.py	Mon Jan 06 13:29:42 2025 -0500
+++ b/contrib/check-code.py	Mon Jan 06 13:54:40 2025 -0500
@@ -471,7 +471,7 @@
          (?# this regexp can't use [^...] style,
            # because _preparepats forcibly adds "\n" into [^...],
            # even though this regexp wants match it against "\n")''',
-            "missing _() in ui message (use () to hide false-positives)",
+            "missing _() in ui message (use `noi18n` method to hide false-positives)",
         ),
     ]
     + commonpypats[0],