fix: missing translation on colewaypoint importing

This commit is contained in:
Jacob
2025-06-17 16:03:03 +08:00
committed by Linnea Gräf
parent 4a29d86e47
commit afcc43e26a

View File

@@ -101,8 +101,8 @@ object ColeWeightCompat {
thenLiteral("importcw") {
thenExecute {
importAndInform(source, null) {
Text.stringifiedTranslatable("firmament.command.waypoint.import.cw",
it)
tr("firmament.command.waypoint.import.success",
"Imported $it waypoints.")
}
}
}