diff -r 0e11e532c958 -r 3b6f25190157 contrib/check-code.py --- 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],