From: Katja Luther Date: Tue, 4 Oct 2016 10:19:23 +0000 (+0200) Subject: ref #5969: add remark that the nomenclatural code preference is stored in db X-Git-Tag: 4.4.0^2~120 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/68f310fd7c53265429c36de23697cec75f3ba6f4 ref #5969: add remark that the nomenclatural code preference is stored in db --- diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/NomenclaturalCodePreferences.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/NomenclaturalCodePreferences.java index d5000b34e..16b326ca8 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/NomenclaturalCodePreferences.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/NomenclaturalCodePreferences.java @@ -82,7 +82,7 @@ public class NomenclaturalCodePreferences extends FieldEditorPreferencePage public void init(IWorkbench workbench) { setPreferenceStore(TaxeditorStorePlugin.getDefault() .getPreferenceStore()); - setDescription("Choose which nomenclatural code you would like to use for scientific names unless otherwise specified."); + setDescription("Choose which nomenclatural code you would like to use for scientific names unless otherwise specified. \nATTENTION, this preference is stored in DB!"); PreferencesUtil.setPreferredNomenclaturalCode(null); }