Blame SOURCES/0092-uploader-correct-capitalization-of-the-event-name.patch

562801
From 76b1fcd85d86325a4158600cd680da5ce599012d Mon Sep 17 00:00:00 2001
562801
From: Jakub Filak <jfilak@redhat.com>
562801
Date: Thu, 2 Oct 2014 09:19:27 +0200
562801
Subject: [LIBREPORT PATCH 92/93] uploader: correct capitalization of the event
562801
 name
562801
562801
Related to rhbz#1014788
562801
562801
Signed-off-by: Jakub Filak <jfilak@redhat.com>
562801
---
562801
 src/plugins/report_Uploader.xml.in | 2 +-
562801
 1 file changed, 1 insertion(+), 1 deletion(-)
562801
562801
diff --git a/src/plugins/report_Uploader.xml.in b/src/plugins/report_Uploader.xml.in
562801
index a136aad..7df006a 100644
562801
--- a/src/plugins/report_Uploader.xml.in
562801
+++ b/src/plugins/report_Uploader.xml.in
562801
@@ -1,6 +1,6 @@
562801
 
562801
 <event>
562801
-    <_name>Report uploader</_name>
562801
+    <_name>Report Uploader</_name>
562801
     <_description>Upload as tar.gz file (via FTP/SCP/...)</_description>
562801
 
562801
     <requires-items></requires-items>
562801
-- 
562801
1.8.3.1
562801