diff --git a/main/src/main/resources/lang/sr-SP/strings.yml b/main/src/main/resources/lang/sr-SP/strings.yml index 63b373e72..8edf400b0 100644 --- a/main/src/main/resources/lang/sr-SP/strings.yml +++ b/main/src/main/resources/lang/sr-SP/strings.yml @@ -92,7 +92,7 @@ questCurrentItem: "Current item:" questGUICleared: "Quest GUI Item Display cleared." questDeleted: "Quest deleted! Quest and action data has been reloaded." questEditorNameExists: "A quest with that name already exists!" -questEditorBeingEdited: "Someone is creating/editing a quest with that name!" +questEditorBeingEdited: "Something with that name is already being modified!" questEditorInvalidQuestName: "Name may not contain periods or commas!" questEditorInvalidEventName: "is not a valid action name!" questEditorInvalidNPC: "No NPC exists with that ID!" @@ -107,7 +107,7 @@ questEditorSave: "Finish and save" questEditorNeedAskMessage: "You must set an ask message!" questEditorNeedFinishMessage: "You must set a finish message!" questEditorNeedStages: "Your quest has no stages!" -questEditorSaved: "%bold%Quest saved! %reset%(You will need to perform %red% %reset% for it to appear in-game)" +questEditorSaved: "%bold%Quest saved! %reset%(You will need to perform %red% %reset%for it to appear in-game)" stageEditorEditStage: "Edit Stage" stageEditorNewStage: "Add new stage" stageEditorStages: "Stages" @@ -272,7 +272,6 @@ eventEditorNoneToEdit: "No actions currently exist to be edited!" eventEditorNoneToDelete: "No actions currently exist to be deleted!" eventEditorNotFound: "Action not found!" eventEditorExists: "Action already exists!" -eventEditorSomeone: "Someone is already creating or editing an action with that name!" eventEditorErrorSaving: "An error occurred while saving." eventEditorDeleted: "Action deleted. Quest and action data reloaded." eventEditorSaved: "Action saved. Quest and action data reloaded."