From d753903ddafe8200280091ca1a00e946a87b8c43 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sat, 15 Mar 2008 21:07:50 +0000 Subject: [PATCH] Fix file names for note rules. svn: r10325 --- po/POTFILES.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index a0cf86cb6..ba3d43049 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -633,8 +633,8 @@ src/Filters/Rules/Repository/__init__.py src/Filters/Rules/Note/_AllNotes.py src/Filters/Rules/Note/_HasIdOf.py src/Filters/Rules/Note/_HasMarkerOf.py -src/Filters/Rules/Note/_HasNoteMatchingSubstringOf.py -src/Filters/Rules/Note/_HasNoteRegexp.py +src/Filters/Rules/Note/_MatchesSubstringOf.py +src/Filters/Rules/Note/_MatchesRegexpOf.py src/Filters/Rules/Note/_HasNote.py src/Filters/Rules/Note/_HasReferenceCountOf.py src/Filters/Rules/Note/_MatchesFilter.py