From bd3e4990fe501970baef3d6ad8cec9214b9d18a2 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 3 Mar 2011 14:15:22 -0500 Subject: Better truncated message --- ipalib/plugins/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/internal.py') 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"), -- cgit