From 022ba40f734f4adea0c4286e0249993913cd0b14 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Sat, 25 Feb 2006 19:20:15 +0000 Subject: [PATCH] add 'Atom' --- zypp/solver/detail/ResolverInfoMisc.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zypp/solver/detail/ResolverInfoMisc.cc b/zypp/solver/detail/ResolverInfoMisc.cc index 0eb5453..874037e 100644 --- a/zypp/solver/detail/ResolverInfoMisc.cc +++ b/zypp/solver/detail/ResolverInfoMisc.cc @@ -113,6 +113,10 @@ translateResTraits (const Resolvable::Kind & kind) // Translator: Notation for message (part of a patch) return _( "message" ); } + else if (kind == ResTraits::kind) { + // Translator: Notation for atom (part of a patch) + return _( "atom" ); + } else if (kind == ResTraits::kind) { // Translator: Notation for computer system return _( "system" ); -- 2.7.4