From 07c896e20471bbc22d3387235660af2b01084bad Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 3 Mar 2011 11:48:53 -0500 Subject: typo in truncation message --- ipalib/plugins/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 29e930c7..35ba0632 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 results than configured size limit will show. First ${counter} results shown."), + "Query returned more results than the configured size limit will show. First ${counter} results shown."), }, "details":{ "general":_("General"), -- cgit