X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FTarget.java;fp=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FTarget.java;h=64284c6e424846e478d1f9e8cefd93ddef893105;hp=b530c07690ddef58366d1982e12f1e17178b7b36;hb=459b4c289549a464f9add6e49a2742009e1db4ef;hpb=27f3b37ff1bb4b7eed69b44e0ccd7b23380dcf44 diff --git a/src/be/nikiroo/fanfix/bundles/Target.java b/src/be/nikiroo/fanfix/bundles/Target.java index b530c07..64284c6 100644 --- a/src/be/nikiroo/fanfix/bundles/Target.java +++ b/src/be/nikiroo/fanfix/bundles/Target.java @@ -5,6 +5,8 @@ import be.nikiroo.utils.resources.Bundle; /** * The type of configuration information the associated {@link Bundle} will * convey. + *

+ * Those values can change when the file is not compatible anymore. * * @author niki */ @@ -13,7 +15,7 @@ public enum Target { * Configuration options that the user can change in the * .properties file */ - config, + config5, /** Translation resources (Core) */ resources_core, /** Translation resources (GUI) */