mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
typo in truncation message
This commit is contained in:
parent
f69dc03f07
commit
07c896e204
@ -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"),
|
||||||
|
Loading…
Reference in New Issue
Block a user