Schlauchliner erweitert

This commit is contained in:
Damian Wessels
2023-01-29 13:53:50 +01:00
parent bbb2c45eff
commit 7db9592dff
14 changed files with 127 additions and 20 deletions

View File

@@ -75,7 +75,7 @@ namespace DaSaSo.Wpf
try
{
Exception ex = (Exception)e.ExceptionObject;
string text = "An application error occured. Plrease contact the Administrator with the following information:\n\n";
string text = "An application error occured. Please contact the Administrator with the following information:\n\n";
MessageBox.Show(text + " " + ex.Message + "\n\n" + ex.StackTrace);
}
catch(Exception ex2)