add 'Atom'
authorKlaus Kaempf <kkaempf@suse.de>
Sat, 25 Feb 2006 19:20:15 +0000 (19:20 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Sat, 25 Feb 2006 19:20:15 +0000 (19:20 +0000)
zypp/solver/detail/ResolverInfoMisc.cc

index 0eb5453..874037e 100644 (file)
@@ -113,6 +113,10 @@ translateResTraits (const Resolvable::Kind & kind)
        // Translator: Notation for message (part of a patch)
        return _( "message" );
     }
+    else if (kind == ResTraits<Atom>::kind) {
+       // Translator: Notation for atom (part of a patch)
+       return _( "atom" );
+    }
     else if (kind == ResTraits<System>::kind) {
        // Translator: Notation for computer system
        return _( "system" );