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

Merge branch 'master' into 'master'

Fehlermeldung Kenngruppe angepasst

See merge request !98
parents 2b5c2890 b86f504c
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