Project

General

Profile

« Previous | Next » 

Revision 61c51c84

Added by Patrick Plitzner about 7 years ago

ref #4611 i18n for taxeditor.editor plugin

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/handler/OpenDistributionHandler.java
54 54
        return null;
55 55
    }
56 56
    private static final List<String> DESC_INIT_STRATEGY = Arrays.asList(new String[]{
57
            "descriptions",
58
            "descriptions.*",
59
            "description.state"
57
            "descriptions", //$NON-NLS-1$
58
            "descriptions.*", //$NON-NLS-1$
59
            "description.state" //$NON-NLS-1$
60 60
    });
61 61

  
62 62

  

Also available in: Unified diff