aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authorJacob <admin@kath.lol>2025-06-17 22:36:12 +0800
committerLinnea Gräf <nea@nea.moe>2025-06-18 00:36:36 +0200
commit0a9b6de2f767cb0c3507e03e3d8f9ecc136e737c (patch)
treec9d3184052887ffd3989025ca2f4a9a4af72981b /src/main/kotlin
parentafcc43e26a9d894bfe60434b3160803bf0ea1f8c (diff)
downloadFirmament-0a9b6de2f767cb0c3507e03e3d8f9ecc136e737c.tar.gz
Firmament-0a9b6de2f767cb0c3507e03e3d8f9ecc136e737c.tar.bz2
Firmament-0a9b6de2f767cb0c3507e03e3d8f9ecc136e737c.zip
fix: importcw to say it's from ColeWeight
Diffstat (limited to 'src/main/kotlin')
-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 69bea4e..4b00c6e 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) {
- tr("firmament.command.waypoint.import.success",
- "Imported $it waypoints.")
+ tr("firmament.command.waypoint.import.cw.success",
+ "Imported $it waypoints from ColeWeight.")
}
}
}