Qt: match Capture Options column header for snapshot length

This commit is contained in:
Chuck Craft 2021-06-01 19:39:48 +00:00 committed by Wireshark GitLab Utility
parent c3b280df8f
commit a08a118d04
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ QString CaptureFilePropertiesDialog::summaryToHtml()
<< table_hheader20_tmpl.arg(tr("Dropped packets"))
<< table_hheader20_tmpl.arg(tr("Capture filter"))
<< table_hheader20_tmpl.arg(tr("Link type"))
<< table_hheader20_tmpl.arg(tr("Packet size limit"))
<< table_hheader20_tmpl.arg(tr("Packet size limit (snaplen)"))
<< table_row_end;
}