X-Git-Url: http://git.euphorik.ch/?p=master-thesis.git;a=blobdiff_plain;f=Parasitemia%2FParasitemiaUI%2FGUI.fs;fp=Parasitemia%2FParasitemiaUI%2FGUI.fs;h=3746461e567527b6299573bb6f9fe5bb0da41566;hp=f67c613beb20cdc02461d074e7c6ee301a4053f4;hb=e588f9c954a54cb259b2c1f6f9e8d9dbd4639269;hpb=3f8b0d281b3058faf23dbd0363de440bd04c6574 diff --git a/Parasitemia/ParasitemiaUI/GUI.fs b/Parasitemia/ParasitemiaUI/GUI.fs index f67c613..3746461 100644 --- a/Parasitemia/ParasitemiaUI/GUI.fs +++ b/Parasitemia/ParasitemiaUI/GUI.fs @@ -165,7 +165,7 @@ let run (defaultConfig: Config) (fileToOpen: string option) = then txtGlobalParasitemia.Inlines.Add( Documents.Run( - sprintf " Warning: the number of erytrocytes should be above %d" warningBelowNumberOfRBC, + sprintf " Warning: the number of erythrocytes should be above %d" warningBelowNumberOfRBC, FontWeight = FontWeights.Bold, Foreground = Brushes.Red))