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"));
}

View File

@ -406,7 +406,6 @@
"worldedit.undo.none": "Nothing left to undo.",
"worldedit.redo.undone": "Redid {0} available edits.",
"worldedit.redo.none": "Nothing left to redo.",
"worldedit.redo.redid": "Redid {0} available edits.",
"worldedit.clearhistory.cleared": "History cleared.",
"worldedit.raytrace.noblock": "No block in sight!",