From 308ec2e01141ddbb10c874ed0a1660aecef42137 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Mon, 1 Jan 2018 16:41:28 -0500 Subject: [PATCH] New translations strings.yml (Afrikaans) --- src/main/resources/lang/af-ZA/strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lang/af-ZA/strings.yml b/src/main/resources/lang/af-ZA/strings.yml index fc3410057..502b7654c 100644 --- a/src/main/resources/lang/af-ZA/strings.yml +++ b/src/main/resources/lang/af-ZA/strings.yml @@ -339,7 +339,7 @@ eventEditorFinishAndSave: "Are you sure you want to finish and save the Event" eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:' eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them." eventEditorEventInUse: "The following Quests use the Event" -eventEditorMustModifyQuests: "eventEditorNotFound" +eventEditorMustModifyQuests: "You must modify these Quests first!" eventEditorListSizeMismatch: "The lists are not the same size!" eventEditorListDuplicates: "List contains duplicates!" eventEditorNotANumberList: "Input was not a list of numbers!"