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

10661d
From c0aa44a93bfdc701839d2c70568224521a6d5c5b Mon Sep 17 00:00:00 2001
10661d
From: Jakub Filak <jfilak@redhat.com>
10661d
Date: Thu, 6 Dec 2018 18:00:45 +0100
10661d
Subject: [PATCH] cli: mark the suggestion text for translation
10661d
10661d
(cherry-picked from 187530c4df6971927d1e099584be5b418ab2725b)
10661d
10661d
Signed-off-by: Jakub Filak <jfilak@redhat.com>
10661d
---
10661d
 src/cli/list.c | 2 +-
10661d
 1 file changed, 1 insertion(+), 1 deletion(-)
10661d
10661d
diff --git a/src/cli/list.c b/src/cli/list.c
10661d
index 2c140cb38..f16ce8c0d 100644
10661d
--- a/src/cli/list.c
10661d
+++ b/src/cli/list.c
10661d
@@ -121,7 +121,7 @@ static void print_crash(problem_data_t *problem_data, int detailed, int text_siz
10661d
 
10661d
             if (event_found)
10661d
             {
10661d
-                char *tmp = xasprintf("%sRun 'abrt-cli report %s' for creating a case in Red Hat Customer Portal\n", desc, dump_dir_name);
10661d
+                char *tmp = xasprintf(_("%sRun 'abrt-cli report %s' for creating a case in Red Hat Customer Portal\n"), desc, dump_dir_name);
10661d
                 free(desc);
10661d
                 desc = tmp;
10661d
             }
10661d
-- 
10661d
2.17.2
10661d