From 0e0aa3788dc3f2bf91f566fee6b695d0cd9939f4 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 13 Nov 2009 14:27:34 +0100 Subject: make plugin descriptions more consistent in style Signed-off-by: Denys Vlasenko --- lib/Plugins/Bugzilla.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Plugins/Bugzilla.cpp') diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index 06f9334..1e79a66 100644 --- a/lib/Plugins/Bugzilla.cpp +++ b/lib/Plugins/Bugzilla.cpp @@ -527,8 +527,7 @@ PLUGIN_INFO(REPORTER, CReporterBugzilla, "Bugzilla", "0.0.4", - "Check if a bug isn't already reported in a bugzilla " - "and if not, report it.", + "Reports bugs to bugzilla", "npajkovs@redhat.com", "https://fedorahosted.org/abrt/wiki", PLUGINS_LIB_DIR"/Bugzilla.GTKBuilder"); -- cgit