gui: French translation
[fanfix.git] / src / be / nikiroo / fanfix / bundles / StringIdBundle.java
index e94c05b448eb3ba3231035f9999ec4dbb22d40b7..b9a0d797719caf93b35abcf7e59bb508c338d76f 100644 (file)
@@ -6,20 +6,20 @@ import java.io.IOException;
 import be.nikiroo.utils.resources.TransBundle;
 
 /**
- * This class manages the translation resources of the application.
+ * This class manages the translation resources of the application (Core).
  * 
  * @author niki
  */
 public class StringIdBundle extends TransBundle<StringId> {
        /**
         * Create a translation service for the given language (will fall back to
-        * the default one i not found).
+        * the default one if not found).
         * 
         * @param lang
         *            the language to use
         */
        public StringIdBundle(String lang) {
-               super(StringId.class, Target.resources, lang);
+               super(StringId.class, Target.resources_core, lang);
        }
 
        /**