Re: [Freeipa-devel] [PATCH] two one liners for verbage.

2011-03-03 Thread Endi Sukma Dewata

On 3/3/2011 1:16 PM, Adam Young wrote:

Since we are close to GA, I'll submit these for review instead of
pushing under the one line rule.


ACK and pushed both to master.

--
Endi S. Dewata

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


[Freeipa-devel] [PATCH] two one liners for verbage.

2011-03-03 Thread Adam Young
Since we are close to GA, I'll submit these for review instead of 
pushing under the one line rule.
From 4fbcb5bfa3f93d0ed9d886afef8de60ed9f099ef Mon Sep 17 00:00:00 2001
From: Adam Young 
Date: Thu, 3 Mar 2011 14:14:59 -0500
Subject: [PATCH 210/211] type in default text

---
 install/ui/index.html |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/ui/index.html b/install/ui/index.html
index 7b6331148ca75facd78837135f37354c9e918f4c..bdeb4abfdd74f94af99a121a400a3ba0c0b0b011 100644
--- a/install/ui/index.html
+++ b/install/ui/index.html
@@ -57,7 +57,7 @@
 
   
   
-Logged in as: u...@freeip.org
+Logged in as: u...@freeipa.org
   
 
 
-- 
1.7.4

From 87dab1696042a212d26ec9019e9903424382713b Mon Sep 17 00:00:00 2001
From: Adam Young 
Date: Thu, 3 Mar 2011 14:15:22 -0500
Subject: [PATCH 211/211] Better truncated message

---
 ipalib/plugins/internal.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 35ba0632f09d1273f52ce8b660c802663151e9a6..32599319b722169b9d60f5bc619133d7d2251083 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -350,7 +350,7 @@ class i18n_messages(Command):
 "unselect_all":_("Unselect All"),
 "delete_confirm":_("Are you sure you want to delete selected entries?"),
 "truncated":_(
-"Query returned more results than the configured size limit will show. First ${counter} results shown."),
+"Query returned more results than the configured size limit. Displaying the first ${counter} results."),
 },
 "details":{
 "general":_("General"),
-- 
1.7.4

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