diff options
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r-- | ipalib/plugins/internal.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 08d7a255..a0b9f75c 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -405,7 +405,10 @@ class i18n_messages(Command): }, "group": { "details": _("Group Settings"), - "posix": _("POSIX group"), + "external": _("External"), + "normal": _("Normal"), + "posix": _("POSIX"), + "type": _("Group Type"), }, "hbacrule": { "any_host": _("Any Host"), |