diff --git a/src/main/java/com/onarandombox/MultiverseCore/localization/MultiverseMessage.java b/src/main/java/com/onarandombox/MultiverseCore/localization/MultiverseMessage.java index dc97c136..96ad5f7b 100644 --- a/src/main/java/com/onarandombox/MultiverseCore/localization/MultiverseMessage.java +++ b/src/main/java/com/onarandombox/MultiverseCore/localization/MultiverseMessage.java @@ -12,7 +12,7 @@ public enum MultiverseMessage { GENERIC_SORRY("Sorry..."), GENERIC_OF("of"), GENERIC_PAGE("Page"), - GENERIC_UNLOADED("UNLOADED"); + GENERIC_UNLOADED("UNLOADED"), ERROR_LOAD("Your configs were not loaded. Very little will function in Multiverse."); private final String def; diff --git a/src/main/resources/localization/en.yml b/src/main/resources/localization/en.yml index 668cc1f8..dde608e2 100644 --- a/src/main/resources/localization/en.yml +++ b/src/main/resources/localization/en.yml @@ -1,17 +1,20 @@ -TEST_STRING: a test-string from the resource +TEST_STRING: 'a test-string from the resource' # Generic Strings -GENERIC_SORRY: Sorry... -GENERIC_PAGE: Page -GENERIC_OF: of -GENERIC_UNLOADED: UNLOADED +GENERIC_SORRY: 'Sorry...' +GENERIC_PAGE: 'Page' +GENERIC_OF: 'of' +GENERIC_UNLOADED: 'UNLOADED' + +# Errors +ERROR_LOAD: 'Your configs were not loaded. Very little will function in Multiverse.' # Commands # List Command -LIST_NAME: World Listing -LIST_DESC: Displays a listing of all worlds that you can enter. +LIST_NAME: 'World Listing' +LIST_DESC: 'Displays a listing of all worlds that you can enter.' -LIST_TITLE: Multiverse World List +LIST_TITLE: 'Multiverse World List' LIST_NO_MATCH: 'No worlds matched your filter:'