mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
From: Jeff Mahoney <jeffm@suse.com>
Subject: apparmor-parser: Fix up translations References: bnc#586070 Acked-By: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
@@ -75,7 +75,7 @@ static void print_error(int error)
|
||||
PERROR(_("Out of memory\n"));
|
||||
break;
|
||||
case -EFAULT:
|
||||
PERROR(_("Couldn't copy profile Bad memory address\n"));
|
||||
PERROR(_("Couldn't copy profile: Bad memory address\n"));
|
||||
break;
|
||||
case -EPROTO:
|
||||
PERROR(_("Profile doesn't conform to protocol\n"));
|
||||
|
Reference in New Issue
Block a user