From 5a9882157332aa5a53578cb14b0edd38ed450c60 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Mon, 1 Jan 2018 16:41:43 -0500 Subject: [PATCH] New translations strings.yml (Romanian) --- src/main/resources/lang/ro-RO/strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lang/ro-RO/strings.yml b/src/main/resources/lang/ro-RO/strings.yml index 2dd8a5ea3..7a5ce39eb 100644 --- a/src/main/resources/lang/ro-RO/strings.yml +++ b/src/main/resources/lang/ro-RO/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!"