aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/follow_dlg.c4
-rw-r--r--gtk/ssl-dlg.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/gtk/follow_dlg.c b/gtk/follow_dlg.c
index 2cbd530f1b..a478b6ebdc 100644
--- a/gtk/follow_dlg.c
+++ b/gtk/follow_dlg.c
@@ -258,7 +258,7 @@ follow_stream_cb(GtkWidget * w, gpointer data _U_)
fclose(data_out_file);
/* The data_out_filename file now has all the text that was in the session */
- streamwindow = dlg_window_new("Follow TCP stream");
+ streamwindow = dlg_window_new("Follow TCP Stream");
/* needed in follow_filter_out_stream(), is there a better way? */
follow_info->streamwindow = streamwindow;
@@ -448,7 +448,7 @@ follow_stream_cb(GtkWidget * w, gpointer data _U_)
gtk_button_box_set_spacing(GTK_BUTTON_BOX(button_hbox), 5);
/* Create exclude stream button */
- button = gtk_button_new_with_label("Filter out this stream");
+ button = gtk_button_new_with_label("Filter Out This Stream");
SIGNAL_CONNECT(button, "clicked", follow_filter_out_stream, follow_info);
gtk_tooltips_set_tip (tooltips, button,
"Build a display filter which cuts this stream from the capture", NULL);
diff --git a/gtk/ssl-dlg.c b/gtk/ssl-dlg.c
index 014a04f1ed..1436b1b5ad 100644
--- a/gtk/ssl-dlg.c
+++ b/gtk/ssl-dlg.c
@@ -264,7 +264,7 @@ ssl_stream_cb(GtkWidget * w, gpointer data _U_)
remove_tap_listener(follow_info);
/* The data_out_filename file now has all the text that was in the session */
- streamwindow = dlg_window_new("Follow SSL stream");
+ streamwindow = dlg_window_new("Follow SSL Stream");
/* needed in follow_filter_out_stream(), is there a better way? */
follow_info->streamwindow = streamwindow;
@@ -436,7 +436,7 @@ ssl_stream_cb(GtkWidget * w, gpointer data _U_)
gtk_button_box_set_spacing(GTK_BUTTON_BOX(button_hbox), 5);
/* Create exclude stream button */
- button = gtk_button_new_with_label("Filter out this stream");
+ button = gtk_button_new_with_label("Filter Out This Stream");
SIGNAL_CONNECT(button, "clicked", follow_filter_out_stream, follow_info);
gtk_tooltips_set_tip (tooltips, button,
"Build a display filter which cuts this stream from the capture", NULL);