Fix for shipwreck positions 1.13-1.15

This commit is contained in:
Cubitect 2023-11-05 13:48:50 +01:00
parent 1d061bf941
commit 355cb2bd68
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 31f189223023b6329cd958a32d5fb079c35f15d2
Subproject commit 6b36603d2dc31f6ef8a3d4746c9b64ad3ace0a00

View File

@ -365,7 +365,7 @@ void BiomeColorDialog::onImport()
warn(this, tr("No biome colors found."));
return;
}
info(this, tr("Replaced %1 biome colors.").arg(n));
info(this, tr("Replaced %n biome color(s).", "", n));
modified = true;
}
}