Re: [Freeipa-devel] [PATCH] 798 Fix TOTP Synchronization Window label

2015-02-16 Thread Martin Kosek
On 02/16/2015 06:01 PM, Nathaniel McCallum wrote:
> On Mon, 2015-02-16 at 17:58 +0100, Petr Vobornik wrote:
>> not consistent with others
> 
> ACK

Pushed to:
master: 76d401bb882283b039de2ceee8300d0c838db473
ipa-4-1: f1abbbca456adb74827230b073fa8a53746340af

Martin

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 798 Fix TOTP Synchronization Window label

2015-02-16 Thread Nathaniel McCallum
On Mon, 2015-02-16 at 17:58 +0100, Petr Vobornik wrote:
> not consistent with others

ACK

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] 798 Fix TOTP Synchronization Window label

2015-02-16 Thread Petr Vobornik

not consistent with others
--
Petr Vobornik
From 38e0ee88016210b90f282aad15e4428e6f0efbe6 Mon Sep 17 00:00:00 2001
From: Petr Vobornik 
Date: Fri, 13 Feb 2015 19:12:43 +0100
Subject: [PATCH] Fix TOTP Synchronization Window label

---
 ipalib/plugins/otpconfig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipalib/plugins/otpconfig.py b/ipalib/plugins/otpconfig.py
index b69bfb27e5436dc2b3d8eb16dd30534d452aae87..da16f05d612f4b5e4f49a04ca3fb2b365d068921 100644
--- a/ipalib/plugins/otpconfig.py
+++ b/ipalib/plugins/otpconfig.py
@@ -89,7 +89,7 @@ class otpconfig(LDAPObject):
 ),
 Int('ipatokentotpsyncwindow',
 cli_name='totp_sync_window',
-label=_('Synchronization Window'),
+label=_('TOTP Synchronization Window'),
 doc=_('TOTP synchronization time variance (seconds)'),
 minvalue=5,
 ),
-- 
2.1.0

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel