Version 1.0.0
[fanfix.git] / src / be / nikiroo / fanfix / bundles / Target.java
index 212f8a7080502af2469edd9e5b15c7a61c649500..3318e9e942d4caa4673c820dd229f8ee481b97b7 100644 (file)
@@ -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
-        * <tt>.properties</tt> file.
+        * <tt>.properties</tt> file
         */
        config,
-       /** Translation resources. */
+       /** Translation resources */
        resources,
+       /** UI resources (from colours to behaviour) */
+       ui,
 }