From: Patrick Plitzner Date: Mon, 17 Aug 2015 12:56:21 +0000 (+0200) Subject: Rename Derivative View to Derivative Editor X-Git-Tag: 3.8.0^2~43^2~18^2~2 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/7f0642d4081b329925f8f449442afdab7157da3d?ds=sidebyside Rename Derivative View to Derivative Editor --- diff --git a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties index 1c03030fc..8281fca55 100644 --- a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties +++ b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties @@ -9,7 +9,7 @@ editor.name.1 = Key editor.name.2 = Polytomous Key Graph Editor editor.name.3 = Polytomous Key List Editor editor.name.4 = Cdm Authority Editor -editor.name.5 = Derivative View +editor.name.5 = Derivative Editor view.name = Factual Data view.name.0 = Uses view.name.1 = Media @@ -112,7 +112,7 @@ command.name.32 = Create Concept Relation command.name.33 = Open Related Concept category.name.7 = -- Group command.name.34 = Edit CDM Authorities -command.name.35 = Open Derivative View +command.name.35 = Open Derivative Editor scheme.description = The default key binding scheme for the Taxonomic Editor scheme.name = Taxonomic Editor Default Key Bindings editor.name.6 = Specimen Import Editor diff --git a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties index 8c098c37d..1a5c8c375 100644 --- a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties +++ b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties @@ -112,7 +112,7 @@ command.name.32 = Erstelle Konzeptrelationen command.name.33 = \u00d6ffne verbundenes Konzept category.name.7 = -- Gruppe command.name.34 = Bearbeite CDM Rechte -command.name.35 = \u00d6ffne Derivate Ansicht +command.name.35 = \u00d6ffne Derivat-Editor scheme.description = Die Standard Tastenkombinationsschema f\u00fcr den Taxonomischen Editor scheme.name = Taxonomic Editor Standard Tastenkombinationen editor.name.6 = Specimen Import Editor diff --git a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties index 65d48bae5..17a5b0490 100644 --- a/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties +++ b/eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_en.properties @@ -111,7 +111,6 @@ command.name.32 = Create Concept Relation command.name.33 = Open Related Concept category.name.7 = -- Group command.name.34 = Edit CDM Authorities -command.name.35 = Open Derivate View scheme.description = The default key binding scheme for the Taxonomic Editor scheme.name = Taxonomic Editor Default Key Bindingseditor.name.6 = Specimen Import Editor editor.name.7 = Gbif Import Editor diff --git a/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/DerivateView.java b/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/DerivateView.java index 7548960d9..a7845395e 100644 --- a/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/DerivateView.java +++ b/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/DerivateView.java @@ -166,7 +166,7 @@ public class DerivateView extends EditorPart implements IPartContentHasFactualDa DerivateViewEditorInput derivateViewEditorInput = (DerivateViewEditorInput) getEditorInput(); return derivateViewEditorInput.getName(); } - return "Derivative View"; + return "Derivative Editor"; } /* (non-Javadoc) diff --git a/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/operation/MoveDerivateOperation.java b/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/operation/MoveDerivateOperation.java index b863dcbe2..9931904ff 100644 --- a/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/operation/MoveDerivateOperation.java +++ b/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/operation/MoveDerivateOperation.java @@ -63,7 +63,7 @@ public class MoveDerivateOperation extends AbstractPostOperation { derivateView = (DerivateView) getPostOperationEnabled(); } if(derivateView==null){ - MessagingUtils.operationDialog(this, new NullPointerException("DerivativeView was null"), TaxeditorEditorPlugin.PLUGIN_ID, this.getLabel(), getLabel()); + MessagingUtils.operationDialog(this, new NullPointerException("Derivative Editor was null"), TaxeditorEditorPlugin.PLUGIN_ID, this.getLabel(), getLabel()); return Status.CANCEL_STATUS; } if(derivateView.isDirty()){