diff --git a/main/src/main/resources/lang/en-US/strings.yml b/main/src/main/resources/lang/en-US/strings.yml index 53da31801..2ec5831ca 100644 --- a/main/src/main/resources/lang/en-US/strings.yml +++ b/main/src/main/resources/lang/en-US/strings.yml @@ -88,12 +88,9 @@ questPartiesJoin: "You can now perform quests with ." questPartiesKicked: " can no longer perform quests with you." questPartiesLeave: "You can no longer perform quests with ." questWGSetRegion: "Set Region" -questWGNotInstalled: "WorldGuard not installed" questWGPrompt: "Enter WorldGuard region, , " questWGInvalidRegion: " is not a valid WorldGuard region!" questWGRegionCleared: "Quest region cleared." -questCitNotInstalled: "Citizens not installed" -questDenNotInstalled: "Denizen not installed" questGUIError: "Error: That item is already being used as the GUI Display for the Quest ." questCurrentItem: "Current item:" questSetItem: "Set Item" @@ -858,3 +855,4 @@ questSaveError: "An error occurred while saving." noPermission: "You do not have permission to do that." duplicateEditor: "You are already using an editor!" difference: "The difference is ''." +notInstalled: "Not installed"