changeset 29244 | a38c1808fbc6 |
parent 29197 | c5f9ff302065 |
child 29245 | 9d0d1242cd48 |
--- a/mercurial/commands.py Thu May 26 01:57:34 2016 +0900 +++ b/mercurial/commands.py Thu May 26 01:57:34 2016 +0900 @@ -4410,7 +4410,7 @@ if not opts.get('files_with_matches'): ui.write(sep, label='grep.sep') if not opts.get('text') and binary(): - ui.write(" Binary file matches") + ui.write(_(" Binary file matches")) else: for s, label in l: ui.write(s, label=label)