Skip to content
Snippets Groups Projects
Commit b86f504c authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Fehlermeldung Kenngruppe angepasst

parent 2b5c2890
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ public class App extends Application { ...@@ -63,7 +63,7 @@ public class App extends Application {
} else { } else {
tfield.setText(""); tfield.setText("");
new Fehler().showErrorDialog("error", "Kenngruppe falsch", new Fehler().showErrorDialog("error", "Kenngruppe falsch",
"Regeln für die Kenngruppe: max. 8 Zeichen und nur Buchstaben von A-Z."); "Regeln für die Kenngruppe: 4-8 Zeichen sowie nur Buchstaben von A-Z.");
} }
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment