summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Catcut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Catcut.cpp')
-rw-r--r--lib/Plugins/Catcut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/Catcut.cpp b/lib/Plugins/Catcut.cpp
index e6d16b4f..cf1d7d9c 100644
--- a/lib/Plugins/Catcut.cpp
+++ b/lib/Plugins/Catcut.cpp
@@ -33,7 +33,7 @@ static void create_new_bug_description(const map_crash_report_t& pCrashReport, s
"-----\n" +
pCrashReport.find(CD_COMMENT)->second[CD_CONTENT];
}
- pDescription = "\nabrt detected a crash.\n" +
+ pDescription = "\nabrt "VERSION" detected a crash.\n" +
howToReproduce +
comment +
"\n\nAdditional information\n"
@@ -573,7 +573,7 @@ PLUGIN_INFO(REPORTER,
CReporterCatcut,
"Catcut",
"0.0.1",
- "Test plugin to report bugs to catcut and if not, report it.",
+ "Reports bugs to catcut",
"dvlasenk@redhat.com",
"https://fedorahosted.org/abrt/wiki",
PLUGINS_LIB_DIR"/Catcut.GTKBuilder");