diff options
Diffstat (limited to 'ipalib/cli.py')
-rw-r--r-- | ipalib/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/cli.py b/ipalib/cli.py index d53e6cd40..ac0eb0589 100644 --- a/ipalib/cli.py +++ b/ipalib/cli.py @@ -621,7 +621,7 @@ class textui(backend.Backend): counter = len(entries) if counter == 0: - raise NotFound(reason="No matching entries found") + raise NotFound(reason=_("No matching entries found")) i = 1 for e in entries: |