From de9fe10f7c9b2545da42005c23eb5b82af4c67b5 Mon Sep 17 00:00:00 2001 From: Katja Luther Date: Wed, 28 Aug 2019 13:49:16 +0200 Subject: [PATCH] ref #8385: smaller label issues --- .../main/java/eu/etaxonomy/taxeditor/l10n/messages.properties | 2 +- .../java/eu/etaxonomy/taxeditor/l10n/messages_de.properties | 2 +- .../taxeditor/preference/NameDetailsViewConfiguration.java | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties index ba48026f4..48394002b 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties @@ -397,7 +397,7 @@ ChecklistEditorGeneralPreference_0=The CDM settings don't allow to set the prefe ChecklistEditorGeneralPreference_enable=Enable Distribution Editor ChecklistEditorGeneralPreference_open_distribution_selection=Select Area Vocabularies ChecklistEditorGeneralPreference_open_wizard=List of available area vocabularies -ChecklistEditorGeneralPreference_show_rank=Show rank in Distribution Editor +ChecklistEditorGeneralPreference_show_rank=Show rank column ChecklistEditorGeneralPreference_sort_areas=Sort areas by order in vocabulary GeneralPreference_allowOverride=Allow override GeneralPreference_yes=Yes diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties index 57df89b55..cf5b63c9d 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties @@ -397,7 +397,7 @@ ChecklistEditorGeneralPreference_0=Die Datenbank Pr ChecklistEditorGeneralPreference_enable=Verbreitungs-Editor aktivieren ChecklistEditorGeneralPreference_open_distribution_selection=Gebiets Vokabulare Auswählen ChecklistEditorGeneralPreference_open_wizard=Liste der verwendbaren Areal-Vokabulare -ChecklistEditorGeneralPreference_show_rank=Rang anzeigen +ChecklistEditorGeneralPreference_show_rank=Rang Spalte anzeigen ChecklistEditorGeneralPreference_sort_areas=Areale gemäß Vokabular sortieren GeneralPreference_allowOverride=Erlaube Überschreiben GeneralPreference_yes=Ja 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 a9eac62f5..db8e5c7c6 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 @@ -505,6 +505,7 @@ public class NameDetailsViewConfiguration extends CdmPreferencePage implements S isShowTypeDesignation = nameDetailsConfig.isTypeDesignationSectionActivated(); isShowHybrid = nameDetailsConfig.isHybridActivated(); isSimpleDetailsViewActivated = null; + isAllowOverride = true; this.setButtonSelections(); PreferencesUtil.recursiveSetEnabled(dbSettings, isSimpleDetailsViewActivated!= null? isSimpleDetailsViewActivated:false); // activateCheckButton.select(0); -- 2.34.1