Update list size strings per #887

This commit is contained in:
PikaMug 2019-07-31 15:48:22 -04:00
parent ccebc13d05
commit 390213ee3d
2 changed files with 3 additions and 5 deletions

View File

@ -402,7 +402,7 @@ public class RequirementsPrompt extends FixedSetPrompt {
if (one == two) {
return new RequirementsPrompt(plugin, factory);
} else {
context.getForWhom().sendRawMessage(ChatColor.RED + Lang.get("reqListsNotSameSize"));
context.getForWhom().sendRawMessage(ChatColor.RED + Lang.get("listsNotSameSize"));
return new ItemListPrompt();
}
}

View File

@ -526,10 +526,8 @@ rewNoMcMMOSkills: "No skills set"
rewNoHeroesClasses: "No classes set"
rewSetMcMMOSkillsFirst: "You must set skills first!"
rewMcMMOCleared: "mcMMO Classic rewards cleared."
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
rewSetHeroesClassesFirst: "You must set classes first!"
rewHeroesCleared: "Heroes rewards cleared."
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
rewPhatLootsCleared: "PhatLoots reward cleared."
@ -661,7 +659,7 @@ killPlayer: "Kill a Player"
deliver: "Deliver <item> to <npc>"
talkTo: "Talk to <npc>"
tame: "Tame"
shearSheep: "Shear <color> sheep"
shearSheep: "Shear <color> Sheep"
goTo: "Go to <location>"
completed: "Completed"
redoCompleted: "(Completed)"
@ -830,7 +828,7 @@ worlds: "Worlds"
mobs: "Mobs"
points: "points"
npcHint: "Note: You can left or right click on NPCs to get their ID."
listsNotSameSize: "All required lists must be the same size!"
listsNotSameSize: "All required lists must have the same number of entries!"
listDuplicate: "List contains duplicates!"
id: "ID"
quest: "Quest"