Blame SOURCES/0079-cli-mark-the-suggestion-text-for-translation.patch

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