Project

General

Profile

« Previous | Next » 

Revision 40a41f9f

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/Messages.java
16 16
 *
17 17
 */
18 18
public class Messages extends NLS {
19
    private static final String BUNDLE_NAME = "src/main/java/eu.etaxonomy.taxeditor.l10n.messages"; //$NON-NLS-1$
20 19

  
20
    private static final String BUNDLE_NAME = "src/main/java/eu.etaxonomy.taxeditor.l10n.messages"; //$NON-NLS-1$
21 21

  
22 22
    public static String AuthenticatedUserBar_LOGGED_IN_AS;
23 23
    public static String AuthenticatedUserBar_NOT_LOGGED_IN;
......
26 26
    public static String LanguageEditorPreferencePage_PleaseRestart;
27 27
    public static String LanguageEditorPreferencePage_RestartRequired;
28 28

  
29

  
30 29
    public static String LanguageMenuPreferences_configure;
31 30
    public static String CommonNameLanguageMenuPreferences_configure;
32 31

  
......
745 744
    public static String CommonNameVocabularyPreferencePage_description;
746 745
    public static String CommonNameLanguagePreferencePage_description;
747 746

  
748

  
749 747
    public static String AggregationWizardPage_WITHOUT_CHILDREN;
750 748

  
751 749

  
752

  
753

  
754

  
755 750
    static {
756 751
        // initialize resource bundle
757 752
        NLS.initializeMessages(BUNDLE_NAME, Messages.class);

Also available in: Unified diff