summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiretap/wtap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 789adfbbfd..7cf87bf9cb 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1092,7 +1092,7 @@ static const char *wtap_errlist[] = {
"Files can't be saved in that format",
/* WTAP_ERR_UNWRITABLE_ENCAP */
- "Files from that network type can't be saved in that format",
+ "Packets with that network type can't be saved in that format",
/* WTAP_ERR_ENCAP_PER_PACKET_UNSUPPORTED */
"That file format doesn't support per-packet encapsulations",