From 513adb71fdd465e0bc5e0fdd056cde8291351f69 Mon Sep 17 00:00:00 2001 From: Panter Date: Sat, 11 Aug 2018 19:25:07 +0200 Subject: [PATCH] Fixed tooltips of 'Formal Education' and 'NanoTrasen Employment History' being swapped (#2) --- AuroraRecordGenerator/RecordEditor.xaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AuroraRecordGenerator/RecordEditor.xaml b/AuroraRecordGenerator/RecordEditor.xaml index 03854aa..b899443 100644 --- a/AuroraRecordGenerator/RecordEditor.xaml +++ b/AuroraRecordGenerator/RecordEditor.xaml @@ -224,14 +224,14 @@ controls:TextBoxHelper.Watermark="Formal Education" controls:TextBoxHelper.UseFloatingWatermark="True" VerticalScrollBarVisibility="Auto" controls:TextBoxHelper.IsSpellCheckContextMenuEnabled="True" - ToolTip="History with employment with NT. One per line, should be in format "Year Description"." + ToolTip="Formal education completed or in-progress. One per-line." Text="{Binding Path=EmploymentFormalEducation}" /> - \ No newline at end of file