20 lines
573 B
Plaintext
20 lines
573 B
Plaintext
|
From: Jeff Mahoney <jeffm@suse.com>
|
||
|
Subject: apparmor-parser: Fix up translations
|
||
|
References: bnc#586070
|
||
|
|
||
|
---
|
||
|
parser/parser_interface.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/parser/parser_interface.c
|
||
|
+++ b/parser/parser_interface.c
|
||
|
@@ -77,7 +77,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"));
|