aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob <admin@kath.lol>2025-06-17 16:03:03 +0800
committerLinnea Gräf <nea@nea.moe>2025-06-18 00:36:36 +0200
commitafcc43e26a9d894bfe60434b3160803bf0ea1f8c (patch)
tree510ffe8a9b0e98154a4358599dca22d98a5be83d
parent4a29d86e477c41327bc97f75c332e37e3dae9bbe (diff)
downloadFirmament-afcc43e26a9d894bfe60434b3160803bf0ea1f8c.tar.gz
Firmament-afcc43e26a9d894bfe60434b3160803bf0ea1f8c.tar.bz2
Firmament-afcc43e26a9d894bfe60434b3160803bf0ea1f8c.zip
fix: missing translation on colewaypoint importing
-rw-r--r--src/main/kotlin/features/world/ColeWeightCompat.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/features/world/ColeWeightCompat.kt b/src/main/kotlin/features/world/ColeWeightCompat.kt
index b92a91e..69bea4e 100644
--- a/src/main/kotlin/features/world/ColeWeightCompat.kt
+++ b/src/main/kotlin/features/world/ColeWeightCompat.kt
@@ -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.")
}
}
}