Project

General

Profile

« Previous | Next » 

Revision 7f0642d4

Added by Patrick Plitzner over 8 years ago

Rename Derivative View to Derivative Editor

View differences:

eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties
9 9
editor.name.2 = Polytomous Key Graph Editor
10 10
editor.name.3 = Polytomous Key List Editor
11 11
editor.name.4 = Cdm Authority Editor
12
editor.name.5 = Derivative View
12
editor.name.5 = Derivative Editor
13 13
view.name = Factual Data
14 14
view.name.0 = Uses
15 15
view.name.1 = Media
......
112 112
command.name.33 = Open Related Concept
113 113
category.name.7 = -- Group
114 114
command.name.34 = Edit CDM Authorities
115
command.name.35 = Open Derivative View
115
command.name.35 = Open Derivative Editor
116 116
scheme.description = The default key binding scheme for the Taxonomic Editor
117 117
scheme.name = Taxonomic Editor Default Key Bindings
118 118
editor.name.6 = Specimen Import Editor
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties
112 112
command.name.33 = \u00d6ffne verbundenes Konzept
113 113
category.name.7 = -- Gruppe
114 114
command.name.34 = Bearbeite CDM Rechte
115
command.name.35 = \u00d6ffne Derivate Ansicht
115
command.name.35 = \u00d6ffne Derivat-Editor
116 116
scheme.description = Die Standard Tastenkombinationsschema f\u00fcr den Taxonomischen Editor
117 117
scheme.name = Taxonomic Editor Standard Tastenkombinationen
118 118
editor.name.6 = Specimen Import Editor
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties
111 111
command.name.33 = Open Related Concept
112 112
category.name.7 = -- Group
113 113
command.name.34 = Edit CDM Authorities
114
command.name.35 = Open Derivate View
115 114
scheme.description = The default key binding scheme for the Taxonomic Editor
116 115
scheme.name = Taxonomic Editor Default Key Bindingseditor.name.6 = Specimen Import Editor
117 116
editor.name.7 = Gbif Import Editor
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/DerivateView.java
166 166
            DerivateViewEditorInput derivateViewEditorInput = (DerivateViewEditorInput) getEditorInput();
167 167
            return derivateViewEditorInput.getName();
168 168
        }
169
        return "Derivative View";
169
        return "Derivative Editor";
170 170
    }
171 171

  
172 172
    /* (non-Javadoc)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/operation/MoveDerivateOperation.java
63 63
            derivateView = (DerivateView) getPostOperationEnabled();
64 64
        }
65 65
        if(derivateView==null){
66
            MessagingUtils.operationDialog(this, new NullPointerException("DerivativeView was null"), TaxeditorEditorPlugin.PLUGIN_ID, this.getLabel(), getLabel());
66
            MessagingUtils.operationDialog(this, new NullPointerException("Derivative Editor was null"), TaxeditorEditorPlugin.PLUGIN_ID, this.getLabel(), getLabel());
67 67
            return Status.CANCEL_STATUS;
68 68
        }
69 69
        if(derivateView.isDirty()){

Also available in: Unified diff