diff options
author | nea <romangraef@gmail.com> | 2022-08-27 15:41:16 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-08-27 15:41:16 +0200 |
commit | d9353ff54c20a08e4e078e0190fc1f364b08a2d1 (patch) | |
tree | cbff878e3d4ebbf943b2ebc732a8bbbcce74ff10 /src/main/kotlin/moe/nea/notenoughupdates/commands | |
parent | 2019473c50dfe3f1c6fd071d123d49d43bc180c4 (diff) | |
download | Firmament-d9353ff54c20a08e4e078e0190fc1f364b08a2d1.tar.gz Firmament-d9353ff54c20a08e4e078e0190fc1f364b08a2d1.tar.bz2 Firmament-d9353ff54c20a08e4e078e0190fc1f364b08a2d1.zip |
translation
Diffstat (limited to 'src/main/kotlin/moe/nea/notenoughupdates/commands')
-rw-r--r-- | src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt b/src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt index 1e59d78..55f2c50 100644 --- a/src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt +++ b/src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt @@ -13,7 +13,7 @@ fun neuCommand() = literal("neu") { thenLiteral("reload") { thenLiteral("fetch") { thenExecute { - source.sendFeedback(Text.literal("Trying to redownload the repository")) // TODO better reporting + source.sendFeedback(Text.translatable("notenoughupdates.repo.reload.network")) // TODO better reporting RepoManager.launchAsyncUpdate() } } |