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/Mailx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Plugins/Mailx.cpp') diff --git a/lib/Plugins/Mailx.cpp b/lib/Plugins/Mailx.cpp index e20d61e..32eeb25 100644 --- a/lib/Plugins/Mailx.cpp +++ b/lib/Plugins/Mailx.cpp @@ -217,7 +217,7 @@ PLUGIN_INFO(REPORTER, CMailx, "Mailx", "0.0.2", - "Sends an email with a report via mailx command", + "Sends an email with a report (via mailx command)", "zprikryl@redhat.com", "https://fedorahosted.org/abrt/wiki", PLUGINS_LIB_DIR"/Mailx.GTKBuilder"); -- cgit