X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FStringIdBundle.java;h=b9a0d797719caf93b35abcf7e59bb508c338d76f;hb=HEAD;hp=3456b67e08ada71e1a2a25774478d1e3736878e2;hpb=08fe2e33007063e30fe22dc1d290f8afaa18eb1d;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/StringIdBundle.java b/src/be/nikiroo/fanfix/bundles/StringIdBundle.java index 3456b67..b9a0d79 100644 --- a/src/be/nikiroo/fanfix/bundles/StringIdBundle.java +++ b/src/be/nikiroo/fanfix/bundles/StringIdBundle.java @@ -3,23 +3,23 @@ package be.nikiroo.fanfix.bundles; import java.io.File; import java.io.IOException; -import be.nikiroo.utils.resources.bundles.TransBundle; +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 { /** * 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); } /**