equal
deleted
inserted
replaced
802 QString randomAll = tr("Randomize the map, theme and seed"); |
802 QString randomAll = tr("Randomize the map, theme and seed"); |
803 QString randomNoMap = tr("Randomize the theme and seed"); |
803 QString randomNoMap = tr("Randomize the theme and seed"); |
804 QString randomSeed = tr("Randomize the seed"); |
804 QString randomSeed = tr("Randomize the seed"); |
805 QString randomAllPrev = tr("Click to randomize the map, theme and seed"); |
805 QString randomAllPrev = tr("Click to randomize the map, theme and seed"); |
806 QString randomNoMapPrev = tr("Click to randomize the theme and seed"); |
806 QString randomNoMapPrev = tr("Click to randomize the theme and seed"); |
807 QString mfsComplex = QString(tr("Complexity of the generated map (current: %1)")).arg(mapFeatureSize->value()); |
807 QString mfsComplex = QString(tr("Adjust the complexity of the generated map")); |
808 int fortDistance = cBaseFortDistance + mapFeatureSize->value() * cFortDistanceUnit; |
808 QString mfsFortsDistance = QString(tr("Adjust the distance between forts")); |
809 QString mfsFortsDistance = QString(tr("Distance between forts (current: %1)")).arg(fortDistance); |
|
810 switch (type) |
809 switch (type) |
811 { |
810 { |
812 case MapModel::GeneratedMap: |
811 case MapModel::GeneratedMap: |
813 case MapModel::GeneratedPerlin: |
812 case MapModel::GeneratedPerlin: |
814 case MapModel::GeneratedMaze: |
813 case MapModel::GeneratedMaze: |