aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_details_dlg_win32.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-23 17:29:06 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-23 17:29:06 +0000
commit9873b57ad12ce89621e2cd67973f83d19f738694 (patch)
treebdc05f638c17d93a8f22b06cbd1966b96506363a /gtk/capture_if_details_dlg_win32.c
parent585cfa7095df275ebe2c90dbc47bf00a638909ed (diff)
Reword some text about the accuracy of the dislayed values.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35629 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/capture_if_details_dlg_win32.c')
-rw-r--r--gtk/capture_if_details_dlg_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_if_details_dlg_win32.c b/gtk/capture_if_details_dlg_win32.c
index 5eec7b2d7e..fbe996b928 100644
--- a/gtk/capture_if_details_dlg_win32.c
+++ b/gtk/capture_if_details_dlg_win32.c
@@ -2413,7 +2413,7 @@ capture_if_details_open_win(char *iface)
wpcap_packet_close(adapter);
- label = gtk_label_new("Note: accuracy of all of these values are only relying on the network card driver!");
+ label = gtk_label_new("Note: the accuracy of all of these values relies only on the network card driver!");
gtk_box_pack_start(GTK_BOX(main_vb), label, FALSE /*expand*/, FALSE /*fill*/, 0 /*padding*/);
/* Button row. */