hgext/record.py
changeset 5285 3ef190234b55
parent 5137 67afecb8d6cc
--- a/hgext/record.py
+++ b/hgext/record.py
@@ -277,7 +277,7 @@ def filterpatch(ui, chunks):
             seen[hdr] = True
             if resp_all[0] is None:
                 chunk.pretty(ui)
-            r = prompt(_('record changes to %s?') %
+            r = prompt(_('examine changes to %s?') %
                        _(' and ').join(map(repr, chunk.files())))
             if r == 'y':
                 applied[chunk.filename()] = [chunk]