aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2018-12-06 13:49:04 +0100
committerAnders Broman <a.broman58@gmail.com>2018-12-06 14:55:03 +0000
commitaadf8727178c9e0aa3ecc638d60bc1878d431f60 (patch)
tree7fc94aaec3e11921dcdc8b2bd3abbca99c274da0
parent6a8ca2fed5a01450db4010704d0502038687ce62 (diff)
Qt: Fix tooltip on import size
Import size is increased to 256kiB, but tooltip says 64kB. Adjust text according to limit set bt code. Change-Id: I586248fd25a96e4ffe0936babc90b4150c14f118 Ping-Bug: 15292 Signed-off-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-on: https://code.wireshark.org/review/30940 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--ui/qt/import_text_dialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/import_text_dialog.ui b/ui/qt/import_text_dialog.ui
index ac520c7a9c..344140c379 100644
--- a/ui/qt/import_text_dialog.ui
+++ b/ui/qt/import_text_dialog.ui
@@ -484,7 +484,7 @@
<item>
<widget class="SyntaxLineEdit" name="maxLengthLineEdit">
<property name="toolTip">
- <string>The maximum size of the frames to write to the import capture file (max 64000)</string>
+ <string>The maximum size of the frames to write to the import capture file (max 256kiB)</string>
</property>
</widget>
</item>