aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ssl-dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-04-17 21:13:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-04-17 21:13:09 +0000
commite58b233aa58e18d0fdc20c5ee0aaa5f6893048e1 (patch)
tree79e6e781f2d8263762a033e59465044a3e0abbe3 /gtk/ssl-dlg.c
parent375ba772741e0b34b7267e8553a8b4a8a9441eec (diff)
fix capitalization to follow GNOME HIG
svn path=/trunk/; revision=17887
Diffstat (limited to 'gtk/ssl-dlg.c')
-rw-r--r--gtk/ssl-dlg.c4
1 files changed, 2 insertions, 2 deletions
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);