mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-22 02:25:42 +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
|
||||
public String getTitle(final ConversationContext context) {
|
||||
return BukkitLang.get("stageEditorCustom");
|
||||
return BukkitLang.get("customObjectivesTitle");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -610,6 +610,7 @@ heroesClassesTitle: "- Heroes Classes -"
|
||||
heroesExperienceTitle: "- Heroes Experience -"
|
||||
heroesPrimaryTitle: "- Primary Classes -"
|
||||
heroesSecondaryTitle: "- Secondary Classes -"
|
||||
customObjectivesTitle: "- Custom Objectives -"
|
||||
customRequirementsTitle: "- Custom Requirements -"
|
||||
customRewardsTitle: "- Custom Rewards -"
|
||||
skillListTitle: "- Skill List -"
|
||||
|
Loading…
Reference in New Issue
Block a user