Commit f1d41d3d646e739562e301080ba5366422d9f2fe
1 parent
45f7df03
Exists in
master
and in
1 other branch
Atualizando tradução pt-BR
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
security.c
widget.c
... | ... | @@ -297,7 +297,7 @@ gboolean v3270_query_tooltip(GtkWidget *widget, gint x, gint y, gboolean keyboa |
297 | 297 | else if(lib3270_get_secure(GTK_V3270(widget)->host) == LIB3270_SSL_UNSECURE) |
298 | 298 | { |
299 | 299 | gtk_tooltip_set_icon_from_stock(tooltip,GTK_STOCK_INFO,GTK_ICON_SIZE_MENU); |
300 | - gtk_tooltip_set_markup(tooltip,_( "<b>Identity not verified</b>\nConnection is insecure" ) ); | |
300 | + gtk_tooltip_set_markup(tooltip,_( "<b>Identity not verified</b>\nThe connection is insecure" ) ); | |
301 | 301 | } |
302 | 302 | else if(!lib3270_get_SSL_verify_result(GTK_V3270(widget)->host)) |
303 | 303 | { | ... | ... |