Project

General

Profile

« Previous | Next » 

Revision ae137b34

Added by Patrick Plitzner about 7 years ago

ref #4611 some l10n for taxeditor and taxeditor.editor plugin

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/key/polytomous/handler/RemotingCreateSiblingPolytomousKeyNodeHandler.java
48 48
            parentNode = (PolytomousKeyNode) selection.getFirstElement();
49 49
        } else {
50 50
            return new Status(IStatus.ERROR,
51
                    "unknown",
52
                    PolytomousKeyEditorLabels.NO_KEY_NODE_FOR_SIBLING_SELECTED_MESSAGE);
51
                    "unknown", //$NON-NLS-1$
52
                    PolytomousKeyEditorLabels.NO_KEY_NODE_FOR_INSERT_NODE_SELECTED_MESSAGE);
53 53
        }
54 54

  
55 55
        return Status.OK_STATUS;

Also available in: Unified diff