Skip to content

Commit

Permalink
Fixes incorrect successful import message.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Mar 1, 2023
1 parent c394230 commit c148e32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ private void generateConfirmationInput(LibraryEntry libraryEntry)
this.user,
this.user.getTranslation(Constants.CONVERSATIONS + "confirm-data-replacement",
Constants.GAMEMODE, Utils.getGameMode(this.world)),
this.user.getTranslation(Constants.CONVERSATIONS + "new-data-imported",
this.user.getTranslation(Constants.CONVERSATIONS + "new-generators-imported",
Constants.GAMEMODE, Utils.getGameMode(this.world)));
}

Expand Down

0 comments on commit c148e32

Please sign in to comment.