Project

General

Profile

« Previous | Next » 

Revision 9359a3bd

Added by Katja Luther about 3 years ago

other/given name in bulk editor and details view

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AgentEditorInput.java
47 47

  
48 48
	private static final String PROPERTY_NOMENCLATURAL_TITLE = "Abbrev. Title";
49 49
	private static final String PROPERTY_FAMILY_NAME = "Family Name";
50
	private static final String PROPERTY_OTHER_NAME = "Other Name";
50
	private static final String PROPERTY_OTHER_NAME = "Other/Given Name";
51 51
	private static final String PROPERTY_INITIALS = "Initials";
52 52
	private static final String PROPERTY_TEAM_HAS_MORE_MEMBERS = "et al.";
53 53

  
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/agent/PersonDetailElement.java
57 57
		text_lastname = formFactory.createTextWithLabelElement(formElement,
58 58
                "Familiy Name", entity.getFamilyName(), SWT.NULL);
59 59
		text_firstname = formFactory.createTextWithLabelElement(formElement,
60
				"Other/ Given Names", entity.getGivenName(), SWT.NULL);
60
				"Other/Given Names", entity.getGivenName(), SWT.NULL);
61 61
		text_initials = formFactory.createTextWithLabelElement(formElement,
62 62
				"Initials", entity.getInitials(), SWT.NULL);
63 63
		text_prefix = formFactory.createTextWithLabelElement(formElement,

Also available in: Unified diff