X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FTarget.java;h=3318e9e942d4caa4673c820dd229f8ee481b97b7;hb=68e370a441d8e6b10bfaa904ecacb29e7d6160d8;hp=212f8a7080502af2469edd9e5b15c7a61c649500;hpb=08fe2e33007063e30fe22dc1d290f8afaa18eb1d;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/Target.java b/src/be/nikiroo/fanfix/bundles/Target.java index 212f8a7..3318e9e 100644 --- a/src/be/nikiroo/fanfix/bundles/Target.java +++ b/src/be/nikiroo/fanfix/bundles/Target.java @@ -1,6 +1,6 @@ package be.nikiroo.fanfix.bundles; -import be.nikiroo.utils.resources.bundles.Bundle; +import be.nikiroo.utils.resources.Bundle; /** * The type of configuration information the associated {@link Bundle} will @@ -11,9 +11,11 @@ import be.nikiroo.utils.resources.bundles.Bundle; public enum Target { /** * Configuration options that the user can change in the - * .properties file. + * .properties file */ config, - /** Translation resources. */ + /** Translation resources */ resources, + /** UI resources (from colours to behaviour) */ + ui, }