typo
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 10 Aug 2007 14:23:17 +0000 (14:23 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 10 Aug 2007 14:23:17 +0000 (14:23 +0000)
src/zypper-misc.cc

index 88c725b..be89800 100644 (file)
@@ -566,7 +566,7 @@ void load_target_resolvables(bool to_pool)
 void establish ()
 {
   int locks = God->applyLocks();
-  cout_v <<  format(_("(%s items locked")) % locks << endl;
+  cout_v <<  format(_("%s items locked")) % locks << endl;
   cout_v << _("Establishing status of aggregates") << endl;
   God->resolver()->establishPool();
   dump_pool ();