From f26884a8a5b9d8c3ebb673acb3735acd994a3003 Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Tue, 27 Oct 2009 14:45:33 +0000 Subject: [PATCH] [LMS-1194] improved etpt combo box messages SVN: 13093 --- .../EntityTypePropertyTypeSelectionWidget.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/property_type/EntityTypePropertyTypeSelectionWidget.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/property_type/EntityTypePropertyTypeSelectionWidget.java index f65414971d5..1d6825387e3 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/property_type/EntityTypePropertyTypeSelectionWidget.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/property_type/EntityTypePropertyTypeSelectionWidget.java @@ -35,8 +35,8 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.EntityTypePropertyType; import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DatabaseModificationKind.ObjectKind; /** - * {@link ComboBox} containing list of property type codes of specified entity type loaded from the - * server. + * {@link ComboBox} containing list of property type codes assigned to specified entity type loaded + * from the server. * * @author Piotr Buczek */ @@ -46,9 +46,9 @@ public final class EntityTypePropertyTypeSelectionWidget { public static final String TOP_ITEM_CODE = "(top)"; - private static final String EMPTY_RESULT_SUFFIX = "property types"; + private static final String EMPTY_RESULT_SUFFIX = "assigned property types"; - private static final String CHOOSE_SUFFIX = "property type"; + private static final String CHOOSE_SUFFIX = "assigned property type"; private static final String SUFFIX = "entity-type-property-type"; -- GitLab