Version 1.0.0
[fanfix.git] / src / be / nikiroo / fanfix / bundles / Target.java
index aace98a9f7ca2aa7d1db8a078a50af1a6e2dd906..3318e9e942d4caa4673c820dd229f8ee481b97b7 100644 (file)
@@ -11,9 +11,11 @@ import be.nikiroo.utils.resources.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,
 }