mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-12 13:43:57 +01:00
Update list size strings per #887
This commit is contained in:
parent
ccebc13d05
commit
390213ee3d
@ -402,7 +402,7 @@ public class RequirementsPrompt extends FixedSetPrompt {
|
|||||||
if (one == two) {
|
if (one == two) {
|
||||||
return new RequirementsPrompt(plugin, factory);
|
return new RequirementsPrompt(plugin, factory);
|
||||||
} else {
|
} else {
|
||||||
context.getForWhom().sendRawMessage(ChatColor.RED + Lang.get("reqListsNotSameSize"));
|
context.getForWhom().sendRawMessage(ChatColor.RED + Lang.get("listsNotSameSize"));
|
||||||
return new ItemListPrompt();
|
return new ItemListPrompt();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -526,10 +526,8 @@ rewNoMcMMOSkills: "No skills set"
|
|||||||
rewNoHeroesClasses: "No classes set"
|
rewNoHeroesClasses: "No classes set"
|
||||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
rewMcMMOCleared: "mcMMO Classic rewards cleared."
|
rewMcMMOCleared: "mcMMO Classic rewards cleared."
|
||||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
|
||||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
rewHeroesCleared: "Heroes rewards cleared."
|
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!"
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
rewPhatLootsCleared: "PhatLoots reward cleared."
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
@ -661,7 +659,7 @@ killPlayer: "Kill a Player"
|
|||||||
deliver: "Deliver <item> to <npc>"
|
deliver: "Deliver <item> to <npc>"
|
||||||
talkTo: "Talk to <npc>"
|
talkTo: "Talk to <npc>"
|
||||||
tame: "Tame"
|
tame: "Tame"
|
||||||
shearSheep: "Shear <color> sheep"
|
shearSheep: "Shear <color> Sheep"
|
||||||
goTo: "Go to <location>"
|
goTo: "Go to <location>"
|
||||||
completed: "Completed"
|
completed: "Completed"
|
||||||
redoCompleted: "(Completed)"
|
redoCompleted: "(Completed)"
|
||||||
@ -830,7 +828,7 @@ worlds: "Worlds"
|
|||||||
mobs: "Mobs"
|
mobs: "Mobs"
|
||||||
points: "points"
|
points: "points"
|
||||||
npcHint: "Note: You can left or right click on NPCs to get their ID."
|
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!"
|
listDuplicate: "List contains duplicates!"
|
||||||
id: "ID"
|
id: "ID"
|
||||||
quest: "Quest"
|
quest: "Quest"
|
||||||
|
Loading…
Reference in New Issue
Block a user