Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI
[obnox/wireshark/wip.git] / gtk / column_prefs.c
index 1bc8b077ef6d0f818014df3e7861230f0140afa2..743ed2342753840ef0478132186c18116d04c6c0 100644 (file)
@@ -294,7 +294,7 @@ column_prefs_show() {
   gtk_widget_show(fmt_m);
 
   lb = gtk_label_new("Unlike all other preferences, you have to \"Save\" "
-      "and restart Ethereal to let column changes take effect!");
+      "and restart Wireshark to let column changes take effect!");
   gtk_misc_set_alignment(GTK_MISC(lb), 0.5, 0.5);
   gtk_box_pack_start (GTK_BOX (main_vb), lb, FALSE, FALSE, 0);
   gtk_widget_show(lb);