From 3661e42c50840d50fa74e4114aa0eb2035c98e38 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 14 Sep 2011 22:39:06 +0200 Subject: Fix grammar in some messages. --- pym/portage/util/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/portage/util/__init__.py') diff --git a/pym/portage/util/__init__.py b/pym/portage/util/__init__.py index de3abdaa2..20eecd65a 100644 --- a/pym/portage/util/__init__.py +++ b/pym/portage/util/__init__.py @@ -318,11 +318,11 @@ def stack_lists(lists, incremental=1, remember_source_file=False, for source_file, tokens in unmatched_removals.items(): if len(tokens) > 3: selected = [tokens.pop(), tokens.pop(), tokens.pop()] - writemsg(_("--- Unmatch removal atoms in %s: %s and %s more\n") % \ + writemsg(_("--- Unmatched removal atoms in %s: %s and %s more\n") % \ (source_file, ", ".join(selected), len(tokens)), noiselevel=-1) else: - writemsg(_("--- Unmatch removal atom(s) in %s: %s\n") % (source_file, ", ".join(tokens)), + writemsg(_("--- Unmatched removal atom(s) in %s: %s\n") % (source_file, ", ".join(tokens)), noiselevel=-1) if remember_source_file: -- cgit v1.2.3-1-g7c22