mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
a62b37cda2
commit
5bb35c1a29
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user