From: Katja Luther Date: Wed, 6 Nov 2019 09:19:13 +0000 (+0100) Subject: ref #8648: set default for local, label issues X-Git-Tag: 5.11.0^2~49 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/00a7ae7a0d8530907d21ed6bd3ec2ce13592e323 ref #8648: set default for local, label issues --- diff --git a/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle.properties b/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle.properties index 63018e4a5..fe9ffdc46 100644 --- a/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle.properties +++ b/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle.properties @@ -193,7 +193,7 @@ page.name.41 = ABCD Import Provider page.name.42 = Serverside Preferences page.name.50 = General page.name.43 = Nomenclatural Code -page.name.44 = Name Details View +page.name.44 = Details View extension-point.name = Cdm Viewer extension-point.name.0 = Preference Page extension-point.name.1 = Admin Preference Page @@ -271,7 +271,7 @@ command.commandname.19 = Open Area Wizard page.name.59 = Name Features page.name.60 = Name Features page.name.160 = Taxon Features -page.name.61 = Name Details View +page.name.61 = Details View command.commandname.20 = Structure Tree (OWL) command.commandname.21 = OWL Term Export handledmenuitem.label.22 = OWL Term Export diff --git a/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties b/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties index d292b16d0..2c800e25c 100644 --- a/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties +++ b/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties @@ -271,7 +271,7 @@ command.commandname.19 = page.name.59 = Namensmerkmale page.name.60 = Namensmerkmale page.name.160 = Taxon Merkmale -page.name.61 = Name Details View +page.name.61 = Details View command.commandname.20 = Struktur-Baum (OWL) command.commandname.21 = OWL-Term-Export handledmenuitem.label.22 = OWL Term Export diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/NameDetailsViewConfiguration.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/NameDetailsViewConfiguration.java index e9fc45889..898dbdbda 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/NameDetailsViewConfiguration.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/NameDetailsViewConfiguration.java @@ -525,7 +525,8 @@ public class NameDetailsViewConfiguration extends CdmPreferencePage{// implement @Override protected void performDefaults() { - nameDetailsConfig = new NameDetailsConfigurator(); + nameDetailsConfig = PreferencesUtil.getPreferredNameDetailsConfiguration(false); + isShowAppendedPhrase = nameDetailsConfig.isAppendedPhraseActivated(); isShowEpithets = nameDetailsConfig.isAtomisedEpithetsActivated(); isShowAuthorship = nameDetailsConfig.isAuthorshipSectionActivated();