Blame SOURCES/0079-cli-mark-the-suggestion-text-for-translation.patch
|
|
44797e |
From 187530c4df6971927d1e099584be5b418ab2725b Mon Sep 17 00:00:00 2001
|
|
|
44797e |
From: Jakub Filak <jfilak@redhat.com>
|
|
|
44797e |
Date: Fri, 12 Dec 2014 14:19:49 +0100
|
|
|
34d897 |
Subject: [PATCH] cli: mark the suggestion text for translation
|
|
|
44797e |
|
|
|
44797e |
Related: #1087880
|
|
|
44797e |
|
|
|
44797e |
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
|
44797e |
---
|
|
|
44797e |
src/cli/list.c | 2 +-
|
|
|
44797e |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
44797e |
|
|
|
44797e |
diff --git a/src/cli/list.c b/src/cli/list.c
|
|
|
44797e |
index b6b4790..ccb5f3b 100644
|
|
|
44797e |
--- a/src/cli/list.c
|
|
|
44797e |
+++ b/src/cli/list.c
|
|
|
44797e |
@@ -124,7 +124,7 @@ static void print_crash(problem_data_t *problem_data, int detailed, int text_siz
|
|
|
44797e |
|
|
|
44797e |
if (event_found)
|
|
|
44797e |
{
|
|
|
44797e |
- char *tmp = xasprintf("%sRun 'abrt-cli report %s' for creating a case in Red Hat Customer Portal\n", desc, dump_dir_name);
|
|
|
44797e |
+ char *tmp = xasprintf(_("%sRun 'abrt-cli report %s' for creating a case in Red Hat Customer Portal\n"), desc, dump_dir_name);
|
|
|
44797e |
free(desc);
|
|
|
44797e |
desc = tmp;
|
|
|
44797e |
}
|
|
|
44797e |
--
|
|
|
44797e |
1.8.3.1
|
|
|
44797e |
|