summaryrefslogtreecommitdiff
path: root/ui/gtk/sctp_graph_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/sctp_graph_dlg.c
parent63ef23bf5f9dc5cc3a765336e1e24075da2486c5 (diff)
downloadwireshark-b0d958c4ed54dcd365e06997897475ddfc82baee.tar.gz
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/sctp_graph_dlg.c')
-rw-r--r--ui/gtk/sctp_graph_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/sctp_graph_dlg.c b/ui/gtk/sctp_graph_dlg.c
index 9160e3a09e..62fac929ae 100644
--- a/ui/gtk/sctp_graph_dlg.c
+++ b/ui/gtk/sctp_graph_dlg.c
@@ -338,7 +338,7 @@ draw_nr_sack_graph(struct sctp_udata *u_data)
guint8 type;
guint32 tsnumber, j;
gint xvalue, yvalue;
- GdkRGBA red_color = {1.0, 0.0, 0.0, 1.0};
+ GdkRGBA red_color = {1.0, 0.0, 0.0, 1.0};
GdkRGBA green_color = {0.0, 1.0, 0.0, 1.0};
GdkRGBA blue_color = {0.0, 0.0, 1.0, 1.0};
struct nr_sack_chunk_header *nr_sack_header;
@@ -1252,7 +1252,7 @@ on_zoomin_bt (GtkWidget *widget _U_, gpointer user_data)
}
else
{
- simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "Please draw a rectangle around the area you want to zoom in!");
+ simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "Please draw a rectangle around the area you want to zoom in.");
}
}