diff --git a/security.c b/security.c index f0ea2d2..e402876 100644 --- a/security.c +++ b/security.c @@ -45,7 +45,7 @@ X509_V_OK, GTK_STOCK_DIALOG_AUTHENTICATION, N_( "Secure connection was successful." ), - N_( "The connection is secure and signed." ) + N_( "The connection is secure and the host identity was confirmed." ) }, { diff --git a/widget.c b/widget.c index c67a3c5..5779a64 100644 --- a/widget.c +++ b/widget.c @@ -297,7 +297,7 @@ gboolean v3270_query_tooltip(GtkWidget *widget, gint x, gint y, gboolean keyboa else if(lib3270_get_secure(GTK_V3270(widget)->host) == LIB3270_SSL_UNSECURE) { gtk_tooltip_set_icon_from_stock(tooltip,GTK_STOCK_INFO,GTK_ICON_SIZE_MENU); - gtk_tooltip_set_markup(tooltip,_( "Identity not verified\nConnection is insecure" ) ); + gtk_tooltip_set_markup(tooltip,_( "Identity not verified\nThe connection is insecure" ) ); } else if(!lib3270_get_SSL_verify_result(GTK_V3270(widget)->host)) { -- libgit2 0.21.2