typo in truncation message

This commit is contained in:
Adam Young 2011-03-03 11:48:53 -05:00 committed by Endi S. Dewata
parent f69dc03f07
commit 07c896e204

View File

@ -350,7 +350,7 @@ class i18n_messages(Command):
"unselect_all":_("Unselect All"), "unselect_all":_("Unselect All"),
"delete_confirm":_("Are you sure you want to delete selected entries?"), "delete_confirm":_("Are you sure you want to delete selected entries?"),
"truncated":_( "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":{ "details":{
"general":_("General"), "general":_("General"),