fix: importcw to say it's from ColeWeight

This commit is contained in:
Jacob
2025-06-17 22:36:12 +08:00
committed by Linnea Gräf
parent afcc43e26a
commit 0a9b6de2f7

View File

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