diff options
author | Adam Young <ayoung@redhat.com> | 2011-03-03 14:15:22 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-03-03 19:33:49 -0500 |
commit | bd3e4990fe501970baef3d6ad8cec9214b9d18a2 (patch) | |
tree | cc004e05589d204abd5946ab71371ee8ac4df571 /ipalib/plugins/internal.py | |
parent | 8a0d0d7e15f52e3eb67c94df4504eb89032159d6 (diff) | |
download | freeipa-bd3e4990fe501970baef3d6ad8cec9214b9d18a2.tar.gz freeipa-bd3e4990fe501970baef3d6ad8cec9214b9d18a2.tar.xz freeipa-bd3e4990fe501970baef3d6ad8cec9214b9d18a2.zip |
Better truncated message
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r-- | 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 35ba0632f..32599319b 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"), |