Grammar fix in 'Estimated time' messages printed by installer

Proposed by Tomas Capek.

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Petr Spacek 2015-04-13 16:59:50 +02:00 committed by Petr Vobornik
parent a62b37cda2
commit 5bb35c1a29

View File

@ -367,7 +367,7 @@ class Service(object):
end_message = "Done configuring %s." % self.service_desc
if runtime > 0:
self.print_msg('%s: Estimated time %s' % (start_message,
self.print_msg('%s. Estimated time: %s' % (start_message,
format_seconds(runtime)))
else:
self.print_msg(start_message)