diff --git a/DiscordChatExporter.Gui/Views/Dialogs/ExportSetupView.xaml b/DiscordChatExporter.Gui/Views/Dialogs/ExportSetupView.xaml
index 21a3a034..115ca4d1 100644
--- a/DiscordChatExporter.Gui/Views/Dialogs/ExportSetupView.xaml
+++ b/DiscordChatExporter.Gui/Views/Dialogs/ExportSetupView.xaml
@@ -57,7 +57,7 @@
+ SelectedDate="{Binding From}"
+ ToolTip="If this is set, only messages sent after this date will be exported" />
+ SelectedDate="{Binding To}"
+ ToolTip="If this is set, only messages sent before this date will be exported" />
@@ -98,7 +100,8 @@
Margin="16,8"
materialDesign:HintAssist.Hint="Messages per partition (optional)"
materialDesign:HintAssist.IsFloating="True"
- Text="{Binding PartitionLimit, TargetNullValue=''}" />
+ Text="{Binding PartitionLimit, TargetNullValue=''}"
+ ToolTip="If this is set, the exported file will be split into multiple partitions, each containing no more than specified number of messages" />