X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FStringIdBundle.java;fp=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FStringIdBundle.java;h=b9a0d797719caf93b35abcf7e59bb508c338d76f;hp=e94c05b448eb3ba3231035f9999ec4dbb22d40b7;hb=5bc9573be46f09ac92207e104915bd5babbd6d63;hpb=3d709626bd29ff75ee31cb42ac47774a639d514c diff --git a/src/be/nikiroo/fanfix/bundles/StringIdBundle.java b/src/be/nikiroo/fanfix/bundles/StringIdBundle.java index e94c05b..b9a0d79 100644 --- a/src/be/nikiroo/fanfix/bundles/StringIdBundle.java +++ b/src/be/nikiroo/fanfix/bundles/StringIdBundle.java @@ -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 { /** * 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); } /**