--- jsampler/trunk/src/org/jsampler/JSI18n.java 2006/08/07 18:01:57 910 +++ jsampler/trunk/src/org/jsampler/JSI18n.java 2006/08/07 18:25:58 911 @@ -31,7 +31,7 @@ /** - * The JSI18n class manages the locale-specific data of JSampler core. + * The JSI18n class manages the locale-specific data of the JSampler core. * @author Grigor Iliev */ public class JSI18n extends I18n { @@ -44,7 +44,7 @@ JSI18n() { setButtonsBundle("org.jsampler.langprops.ButtonsLabelsBundle"); setErrorsBundle("org.jsampler.langprops.ErrorsBundle"); - //setLabelsBundle("org.jsampler.langprops.LabelsBundle"); + setLabelsBundle("org.jsampler.langprops.LabelsBundle"); setLogsBundle("org.jsampler.langprops.LogsBundle"); //setMenusBundle("org.jsampler.langprops.MenuLabelsBundle"); setMessagesBundle("org.jsampler.langprops.MessagesBundle");