fix #7726 Change label of abbrev cache
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 6 Sep 2018 10:06:02 +0000 (12:06 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 6 Sep 2018 10:06:02 +0000 (12:06 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/ReferenceDetailElement.java

index 6632a48fe2b08fc393b9b449c8f8f7b6a14c7617..34ca81c778d99196883263691722cf707d98c465 100644 (file)
@@ -112,7 +112,7 @@ public class ReferenceDetailElement extends AbstractIdentifiableEntityDetailElem
                                entity.isProtectedTitleCache(), style);
 
                toggleableAbbrevCache = formFactory.createToggleableTextField(formElement,
-                       "Abbrev. Cache", entity.getAbbrevTitleCache(),
+                       "Nomenclatural Cache", entity.getAbbrevTitleCache(),
                        entity.isProtectedAbbrevTitleCache(), style);
 
                combo_referenceType = formFactory.createEnumComboElement(ReferenceType.class,