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/InsertNewNodeHandler.java
62 62
                        parentNode = ((PolytomousKeyNode) selection.getFirstElement()).getParent();
63 63
                    } else {
64 64
                        return new Status(IStatus.ERROR,
65
                                "unknown",
66
                                PolytomousKeyEditorLabels.NO_KEY_NODE_FOR_CHILD_SELECTED_MESSAGE);
65
                                "unknown", //$NON-NLS-1$
66
                                PolytomousKeyEditorLabels.NO_KEY_NODE_FOR_INSERT_NODE_SELECTED_MESSAGE);
67 67
                    }
68 68
                }
69 69
            }

Also available in: Unified diff