ref #10448 rename WFO classification -> WFO Backbone
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 29 Jan 2024 21:27:42 +0000 (22:27 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 29 Jan 2024 21:27:42 +0000 (22:27 +0100)
eu.etaxonomy.taxeditor.navigation/OSGI-INF/l10n/bundle.properties
eu.etaxonomy.taxeditor.navigation/OSGI-INF/l10n/bundle_de.properties
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle.properties
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ExportToFileDestinationWizardPage.java

index 5ac3cb9fd470f7ba506effc41861c158dfd43d7d..0a4be8f42fe3203832c18e385c2af38ba562c59e 100644 (file)
@@ -80,7 +80,7 @@ wizard.name.19 = CSV_NAME
 wizard.name.20 = CSV_PRINT\r
 wizard.name.22 = CDM light (csv)\r
 wizard.name.122 = Col DP\r
-wizard.name.123 = WFO classification\r
+wizard.name.123 = WFO Backbone\r
 wizard.name.14 = Specimen\r
 wizard.name.23 = Excel Distribution Data Update\r
 wizard.name.24 = RIS\r
index 29bb8e7634788514eb5e7e02894c4607b10b3f40..c47ae5a24b144de589c6aa8f209498296f351c14 100644 (file)
@@ -80,7 +80,7 @@ wizard.name.19 = CSV_NAME
 wizard.name.20 = CSV_PRINT\r
 wizard.name.22 = CDM light (csv)\r
 wizard.name.122 = Col DP\r
-wizard.name.123 = WFO classification\r
+wizard.name.123 = WFO Backbone\r
 wizard.name.14 = Beleg\r
 wizard.name.23 = Excel Verbreitungsdaten Update\r
 wizard.name.24 = RIS\r
index 3d467c8da605e81b81c79fdc8f1ea30a9fb9c989..e235fb2099ad25bb33b1543d0584ade02d0013df 100644 (file)
@@ -92,7 +92,7 @@ wizard.name.15 = Polytomous Key
 category.name.2 = CDM\r
 wizard.name.16 = Taxon\r
 wizard.name.17 = Classification\r
-wizard.name.123 = WFO classification\r
+wizard.name.123 = WFO Backbone\r
 themeElementCategory.label = Taxonomic Editor\r
 themeElementCategory.description = Color and font definitions for the EDIT Taxonomic Editor\r
 colorDefinition.label = List Background\r
index cd0b6648ae8ffd843ce9f7644bef5c686c30df5e..f3ebc2ede29dbabf3a16e49c7a29174997048589 100644 (file)
@@ -92,7 +92,7 @@ wizard.name.15 = Polytome Schl\u00fcssel
 category.name.2 = CDM
 wizard.name.16 = Taxon
 wizard.name.17 = Klassifikation
-wizard.name.123 = WFO classification
+wizard.name.123 = WFO Backbone
 themeElementCategory.label = Taxonomischer Editor
 themeElementCategory.description = Farb- und Schriftdefinitionen f\u00fcr den EDIT Taxonomischen Editor
 colorDefinition.label = Liste Hintergrund
index 335593b55954ed6dc4fab02ecc80b303f6f1bcc7..c1822da2400378996c4a6ead51db41cbcc49b08c 100644 (file)
@@ -190,8 +190,8 @@ public class ExportToFileDestinationWizardPage extends WizardPage implements Sel
                 "Export the content of the currently selected database into Darwin Core Archive format.", ZIP, config);
     }
     public static ExportToFileDestinationWizardPage WFO(WfoExportConfigurator config) {
-        return new ExportToFileDestinationWizardPage(WFO_EXPORT, WFO_EXPORT, "WFO Classification Export",
-                "Export the content of the currently selected database into WFO classification format."
+        return new ExportToFileDestinationWizardPage(WFO_EXPORT, WFO_EXPORT, "WFO Backbone Export",
+                "Export the content of the currently selected database into WFO Backbone format."
                 , ZIP, config);
     }
 
@@ -353,9 +353,8 @@ public class ExportToFileDestinationWizardPage extends WizardPage implements Sel
                 }
             }else if (wfoExport) {
 
-
                 Label label = new Label(composite, SWT.NONE);
-                label.setText("WFO classification export is only available for subtrees, not for classifications");
+                label.setText("WFO Backbone export is only available for subtrees, not for classifications");
                 GridData gridData = new GridData();
                 gridData.horizontalSpan = 2;
                 gridData.grabExcessHorizontalSpace = true;