string to clarify no adding members to existing quests

"Remember: only current party members will be invited. Once the invitation is sent, no new party members can join the quest!" to go at bottom of quest modals.

Should hopefully cut back on the number of newer players starting a quest and thinking they can add other folks.
This commit is contained in:
deilann 2014-04-07 15:56:12 -07:00
parent 692a1f6639
commit 79171b707e

View file

@ -29,5 +29,6 @@
"mustLevel": "You must be level <%= level %>.",
"mustLvlQuest": "You must be level <%= level %> to buy this quest!",
"sureAbort": "Are you sure you want to abort this mission? It will abort it for everyone in your party, all progress will be lost.",
"doubleSureAbort": "Are you double sure? Make sure they won't hate you forever!"
"doubleSureAbort": "Are you double sure? Make sure they won't hate you forever!",
"questWarning": "Remember: only current party members will be invited. Once the invitation is sent, no new party members can join the quest!"
}