Renamed 'Möhre' to 'Karotte', fixes #1
This commit is contained in:
parent
23b748a2ee
commit
ef959251b1
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ GenusModel::GenusModel(QObject *parent)
|
|||
{
|
||||
m_tests = { { "Tiere", { "Tiger", "Bär", "Katze", "Pferd", "Gans",
|
||||
"Elefant", "Affe", "Hund" } },
|
||||
{ "Futter", { "Salat", "Fleisch", "Knochen", "Banane", "Apfel", "Möhre",
|
||||
{ "Futter", { "Salat", "Fleisch", "Knochen", "Banane", "Apfel", "Karotte",
|
||||
"Honig", "Zucker" } },
|
||||
{ "Zirkus", { "Kiste", "Holz", "Vorhang", "Baum" } } };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue