aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/airpcap_dlg.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-02-21 01:00:44 +0000
committerGerald Combs <gerald@wireshark.org>2013-02-21 01:00:44 +0000
commitb0d958c4ed54dcd365e06997897475ddfc82baee (patch)
treea4bef63b6b3400569edc4891c1bf9fa9ed816348 /ui/gtk/airpcap_dlg.c
parent63ef23bf5f9dc5cc3a765336e1e24075da2486c5 (diff)
Don't yell at the user quite so much. Remove exclamation points from
some error messages and rephrase some others. svn path=/trunk/; revision=47787
Diffstat (limited to 'ui/gtk/airpcap_dlg.c')
-rw-r--r--ui/gtk/airpcap_dlg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/gtk/airpcap_dlg.c b/ui/gtk/airpcap_dlg.c
index 6e9661fb4b..8f39f0be0d 100644
--- a/ui/gtk/airpcap_dlg.c
+++ b/ui/gtk/airpcap_dlg.c
@@ -737,7 +737,7 @@ on_add_key_ok_bt_clicked(GtkWidget *widget _U_, gpointer data)
}
else /* Should never happen!!! */
{
- simple_dialog(ESD_TYPE_ERROR,ESD_BTN_OK,"Unknown error in the key \"Type\" field!");
+ simple_dialog(ESD_TYPE_ERROR,ESD_BTN_OK,"Unknown error in the key \"Type\" field.");
}
g_string_free(new_type_string,TRUE);
@@ -926,7 +926,7 @@ on_edit_key_ok_bt_clicked(GtkWidget *widget _U_, gpointer data)
}
else /* Should never happen!!! */
{
- simple_dialog(ESD_TYPE_ERROR,ESD_BTN_OK,"Unknown error in the key \"Type\" field!");
+ simple_dialog(ESD_TYPE_ERROR,ESD_BTN_OK,"Unknown error in the key \"Type\" field.");
}
g_string_free(new_type_string,TRUE);
@@ -1695,7 +1695,7 @@ display_airpcap_advanced_cb(GtkWidget *w _U_, gpointer data)
}
else
{
- interface_name_lb = gtk_label_new("No airpcap interface found!");
+ interface_name_lb = gtk_label_new("Couldn't find an airpcap interface.");
gtk_widget_set_sensitive(main_box,FALSE);
}