mirror of
https://github.com/Cubitect/cubiomes-viewer.git
synced 2025-01-08 11:57:50 +08:00
Fix for shipwreck positions 1.13-1.15
This commit is contained in:
parent
1d061bf941
commit
355cb2bd68
2
cubiomes
2
cubiomes
@ -1 +1 @@
|
||||
Subproject commit 31f189223023b6329cd958a32d5fb079c35f15d2
|
||||
Subproject commit 6b36603d2dc31f6ef8a3d4746c9b64ad3ace0a00
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user