ref #5969: add remark that the nomenclatural code preference is stored in db
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / preference / NomenclaturalCodePreferences.java
index d5000b34e172d8078c8e9649ddad43b4da807416..16b326ca836f6e8ffbc0858a9015e2f689f6d4e9 100644 (file)
@@ -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);
        }