mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-28 13:45:32 +01:00
Correct invalid NPC message
This commit is contained in:
parent
2364446bb8
commit
073f2b11ac
@ -96,7 +96,7 @@ questEditorNameExists: "A Quest with that name already exists!"
|
|||||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||||
questEditorInvalidEventName: "is not a valid action name!"
|
questEditorInvalidEventName: "is not a valid action name!"
|
||||||
questEditorInvalidNPC: "No NPC exists with that id!"
|
questEditorInvalidNPC: "No NPC exists with that ID!"
|
||||||
questEditorNoStartBlockSelected: "You must select a block first."
|
questEditorNoStartBlockSelected: "You must select a block first."
|
||||||
questEditorPositiveAmount: "Amount must be a positive number."
|
questEditorPositiveAmount: "Amount must be a positive number."
|
||||||
questEditorQuestAsRequirement1: "The following Quests have"
|
questEditorQuestAsRequirement1: "The following Quests have"
|
||||||
|
Loading…
Reference in New Issue
Block a user