diff -r 35a2f45cdd3b -r 48d2421a3178 scripts/dtrx --- a/scripts/dtrx Thu Jul 10 19:51:53 2008 -0400 +++ b/scripts/dtrx Thu Jul 10 20:09:12 2008 -0400 @@ -686,7 +686,7 @@ self.current_policy = self.permanent_policy or RECURSE_NOT_NOW return question = (("%s contains %s other archive file(s), " + - "out of %s files total.") % + "out of %s file(s) total.") % (current_filename, archive_count, extractor.file_count)) question = textwrap.wrap(question) if target == '.':