[network-manager-pptp] core: correct summary text for nm-pptp-service



commit f33bc6a0fd2294a99d0b7bf88bba3c5a0b5b62f8
Author: JiÅ?í KlimeÅ¡ <jklimes redhat com>
Date:   Thu Feb 17 12:41:52 2011 +0100

    core: correct summary text for nm-pptp-service

 src/nm-pptp-service.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nm-pptp-service.c b/src/nm-pptp-service.c
index a692cb8..24d4ed4 100644
--- a/src/nm-pptp-service.c
+++ b/src/nm-pptp-service.c
@@ -17,7 +17,7 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
- * (C) Copyright 2008 - 2010 Red Hat, Inc.
+ * (C) Copyright 2008 - 2011 Red Hat, Inc.
  */
 
 #include <config.h>
@@ -1272,7 +1272,7 @@ main (int argc, char *argv[])
 	g_option_context_add_main_entries (opt_ctx, options, NULL);
 
 	g_option_context_set_summary (opt_ctx,
-		"nm-vpnc-service provides integrated Cisco Legacy IPSec VPN capability to NetworkManager.");
+	    "nm-pptp-service provides integrated PPTP VPN capability (compatible with Microsoft and other implementations) to NetworkManager.");
 
 	g_option_context_parse (opt_ctx, &argc, &argv, NULL);
 	g_option_context_free (opt_ctx);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]