More consistent messages

This commit is contained in:
Fatih Aşıcı
2010-03-04 12:26:58 +00:00
parent efb7697f9d
commit b1b8f790eb
+2 -2
View File
@@ -484,10 +484,10 @@ class Install(AtomicOperation):
if self.reinstall():
util.clean_dir(self.old_path)
ctx.ui.info(_('Storing %s, ') % ctx.const.files_xml, verbose=True)
ctx.ui.info(_('Storing %s') % ctx.const.files_xml, verbose=True)
self.package.extract_file(ctx.const.files_xml, self.package.pkg_dir())
ctx.ui.info(_('Storing %s.') % ctx.const.metadata_xml, verbose=True)
ctx.ui.info(_('Storing %s') % ctx.const.metadata_xml, verbose=True)
self.package.extract_file(ctx.const.metadata_xml, self.package.pkg_dir())
for pcomar in self.metadata.package.providesComar: