ref #10448: WFO -> WFO classification
authorKatja Luther <k.luther@bgbm.org>
Fri, 26 Jan 2024 09:03:24 +0000 (10:03 +0100)
committerKatja Luther <k.luther@bgbm.org>
Fri, 26 Jan 2024 09:03:24 +0000 (10:03 +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 2f6e783f01d961a2cba561d668392cc1d2eb8d6c..5ac3cb9fd470f7ba506effc41861c158dfd43d7d 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\r
+wizard.name.123 = WFO classification\r
 wizard.name.14 = Specimen\r
 wizard.name.23 = Excel Distribution Data Update\r
 wizard.name.24 = RIS\r
index ead8ed31d37d9479e540a7b9e539d7c53733bd1f..29bb8e7634788514eb5e7e02894c4607b10b3f40 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\r
+wizard.name.123 = WFO classification\r
 wizard.name.14 = Beleg\r
 wizard.name.23 = Excel Verbreitungsdaten Update\r
 wizard.name.24 = RIS\r
index cc1814a0b5ecd5254136a8fdc583fa11c6dad69d..3d467c8da605e81b81c79fdc8f1ea30a9fb9c989 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\r
+wizard.name.123 = WFO classification\r
 themeElementCategory.label = Taxonomic Editor\r
 themeElementCategory.description = Color and font definitions for the EDIT Taxonomic Editor\r
 colorDefinition.label = List Background\r
index 73c8eb3bcc78a0d4a6af11df7e812c7a74d7ecb8..cd0b6648ae8ffd843ce9f7644bef5c686c30df5e 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
+wizard.name.123 = WFO classification
 themeElementCategory.label = Taxonomischer Editor
 themeElementCategory.description = Farb- und Schriftdefinitionen f\u00fcr den EDIT Taxonomischen Editor
 colorDefinition.label = Liste Hintergrund
index c21ee5bc178e68dbac69205c2bad0bb05c80d4ed..c613f51698df690a5d0672e07b0bc0bd7c23df5e 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 Export",
-                "Export the content of the currently selected database into WFO "
+        return new ExportToFileDestinationWizardPage(WFO_EXPORT, WFO_EXPORT, "WFO Classification Export",
+                "Export the content of the currently selected database into WFO classification format."
                 , ZIP, config);
     }
 
@@ -355,7 +355,7 @@ public class ExportToFileDestinationWizardPage extends WizardPage implements Sel
 
 
                 Label label = new Label(composite, SWT.NONE);
-                label.setText("WFO export is only available for subtrees, not for classifications");
+                label.setText("WFO classification export is only available for subtrees, not for classifications");
                 GridData gridData = new GridData();
                 gridData.horizontalSpan = 2;
                 gridData.grabExcessHorizontalSpace = true;