summaryrefslogtreecommitdiff
path: root/ui/gtk/file_import_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/file_import_dlg.c')
-rw-r--r--ui/gtk/file_import_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/file_import_dlg.c b/ui/gtk/file_import_dlg.c
index 09e319126a..19ae0dbd90 100644
--- a/ui/gtk/file_import_dlg.c
+++ b/ui/gtk/file_import_dlg.c
@@ -1154,7 +1154,7 @@ file_import_dlg_new(void)
framelen_te = gtk_entry_new();
gtk_widget_set_tooltip_text(framelen_te,
- "The maximum size of the frames to write to the import capture file (max 65535)");
+ "The maximum size of the frames to write to the import capture file (max 262144)");
gtk_box_pack_start(GTK_BOX(framelen_hb), framelen_te, FALSE, FALSE, 0);
g_object_set_data(G_OBJECT(import_frm), IMPORT_FRAME_LENGTH_TE_KEY, framelen_te);