summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-03-03 11:48:53 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-03-03 17:12:40 -0500
commit07c896e20471bbc22d3387235660af2b01084bad (patch)
tree3433dcc806e328ed854f6c4c7be5b0e1ec6a9267 /ipalib
parentf69dc03f07ef1dd7dde4f2db8ba0ffc57fedcab7 (diff)
downloadfreeipa-07c896e20471bbc22d3387235660af2b01084bad.tar.gz
freeipa-07c896e20471bbc22d3387235660af2b01084bad.tar.xz
freeipa-07c896e20471bbc22d3387235660af2b01084bad.zip
typo in truncation message
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 1 insertions, 1 deletions
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"),