Skip to content

Commit

Permalink
Rechtschreibung korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
john-dederer committed Mar 7, 2018
1 parent 8839c79 commit edbaa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patientenverwaltung_WPF/ViewModel/UserViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private static void CreateUser(object parameter)

if (Factory.Get(CurrentContext.GetSettings().Savetype).Create(SharedViewModel().NewUser))
{
var info = new InfoMessageWindow("Benutzer Erfolreich angelegt");
var info = new InfoMessageWindow("Benutzer Erfolgreich angelegt");
info.ShowDialog();

Errors = 0;
Expand Down

0 comments on commit edbaa87

Please sign in to comment.