From d9353ff54c20a08e4e078e0190fc1f364b08a2d1 Mon Sep 17 00:00:00 2001 From: nea Date: Sat, 27 Aug 2022 15:41:16 +0200 Subject: translation --- src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/moe/nea/notenoughupdates/commands') 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() } } -- cgit