Project

General

Profile

« Previous | Next » 

Revision df947da5

Added by Katja Luther over 4 years ago

ref #8239: disable details for missing rights

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/Messages.java
180 180
    public static String EditorUtil_ORPHAN_ACCEPTED_TAXON_MESSAGE;
181 181
    public static String EditorUtil_ORPHAN_TAXON;
182 182
    public static String EditorUtil_ORPHAN_TAXON_MESSAGE;
183
    public static String EditorUtil_MISSING_PERMISSION;
184
    public static String EditorUtil_MISSING_PERMISSION_MESSAGE;
183 185
    public static String IContainerConstants_CLICK_ADD_NAME;
184 186
    public static String InsertPolytomousKeyNodeOperation_INSERT_KEY;
185 187
	public static String KeyEditor_GRAPH;
......
311 313
    public static String DistributionEditor_defaultSource;
312 314
    public static String FactualDataView_Lable;
313 315
    public static String NameFactsDataView_Lable;
316

  
314 317
    static {
315 318
        // initialize resource bundle
316 319
        NLS.initializeMessages(BUNDLE_NAME, Messages.class);

Also available in: Unified diff