Update to nnikiroo-utils-1.5.0
[fanfix.git] / src / be / nikiroo / fanfix / bundles / Target.java
index aace98a9f7ca2aa7d1db8a078a50af1a6e2dd906..8b5e867fd74d6caa365b1ac99363d73baee4764d 100644 (file)
@@ -11,9 +11,13 @@ 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,
+       /** Description of UI resources. */
+       ui_description,
 }