[network-manager-openswan/dcbw/libreswan: 14/16] auth-dialog: make help text *swan agnostic



commit 11249272c7395a7c9a116f6478c54b7ebda820e8
Author: Dan Williams <dcbw redhat com>
Date:   Mon Dec 1 18:19:45 2014 -0600

    auth-dialog: make help text *swan agnostic

 auth-dialog/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index 5c879dd..dd6aefc 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -452,7 +452,7 @@ main (int argc, char *argv[])
        gtk_init (&argc, &argv);
        textdomain (GETTEXT_PACKAGE);
 
-       context = g_option_context_new ("- openswan auth dialog");
+       context = g_option_context_new ("- IPSec auth dialog");
        g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
 
        if (!g_option_context_parse (context, &argc, &argv, &error)) {


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