mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-22 10:36:09 +01:00
Match custom objectives to other prompt titles
This commit is contained in:
parent
d35301d1e5
commit
f0eb129843
@ -2440,7 +2440,7 @@ public class QuestStageMainPrompt extends QuestsEditorNumericPrompt {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getTitle(final ConversationContext context) {
|
public String getTitle(final ConversationContext context) {
|
||||||
return BukkitLang.get("stageEditorCustom");
|
return BukkitLang.get("customObjectivesTitle");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -610,6 +610,7 @@ heroesClassesTitle: "- Heroes Classes -"
|
|||||||
heroesExperienceTitle: "- Heroes Experience -"
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
heroesPrimaryTitle: "- Primary Classes -"
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
heroesSecondaryTitle: "- Secondary Classes -"
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
customObjectivesTitle: "- Custom Objectives -"
|
||||||
customRequirementsTitle: "- Custom Requirements -"
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
customRewardsTitle: "- Custom Rewards -"
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
skillListTitle: "- Skill List -"
|
skillListTitle: "- Skill List -"
|
||||||
|
Loading…
Reference in New Issue
Block a user