On 14.4.2015 09:10, Martin Kosek wrote:
> On 04/13/2015 05:05 PM, Petr Spacek wrote:
>> Hello,
>>
>> documentation team proposed few changes in user-visible messages so here it
>> is. It was not worth a ticket and related overhead.
> 
> The changes look OK to me. I would just have one (prudish) request to not add
> nazi reference to our git history - whether they are grammar or not. Please
> keep the git technical :-)

Sure, here is the same patch with modified commit message.

-- 
Petr^2 Spacek
From c929e416a51f7c8b15f8776bb760708546c30230 Mon Sep 17 00:00:00 2001
From: Petr Spacek <pspa...@redhat.com>
Date: Mon, 13 Apr 2015 16:59:50 +0200
Subject: [PATCH] Grammar fix in 'Estimated time' messages printed by installer

Proposed by Tomas Capek.
---
 ipaserver/install/service.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaserver/install/service.py b/ipaserver/install/service.py
index 5a04ef323c1e89588a746603b52cbb4b9cdb8496..e4e5dd3ac304676df41dff2889eead8d8e253ecf 100644
--- a/ipaserver/install/service.py
+++ b/ipaserver/install/service.py
@@ -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)
-- 
2.1.0

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to