Update translation string matching upstream

This commit is contained in:
NotMyFault
2019-11-23 19:34:03 +01:00
parent c7acd0fdcd
commit b4a3155ee7
2 changed files with 1 additions and 2 deletions

View File

@ -128,7 +128,7 @@ public class HistoryCommands {
}
}
if (timesRedone > 0) {
player.printInfo(TranslatableComponent.of("worldedit.redo.redid", TextComponent.of(timesRedone)));
player.printInfo(TranslatableComponent.of("worldedit.redo.undone", TextComponent.of(timesRedone)));
} else {
player.printError(TranslatableComponent.of("worldedit.redo.none"));
}