mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +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:
parent
c1a11fb8b6
commit
d788ceb928
@ -77,7 +77,7 @@ static void print_error(int error)
|
|||||||
PERROR(_("Out of memory\n"));
|
PERROR(_("Out of memory\n"));
|
||||||
break;
|
break;
|
||||||
case -EFAULT:
|
case -EFAULT:
|
||||||
PERROR(_("Couldn't copy profile Bad memory address\n"));
|
PERROR(_("Couldn't copy profile: Bad memory address\n"));
|
||||||
break;
|
break;
|
||||||
case -EPROTO:
|
case -EPROTO:
|
||||||
PERROR(_("Profile doesn't conform to protocol\n"));
|
PERROR(_("Profile doesn't conform to protocol\n"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user