Project

General

Profile

« Previous | Next » 

Revision d18c9390

Added by Katja Luther about 6 years ago

fix #7239: rename lastname and first name

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/agent/PersonDetailElement.java
74 74
				SWT.NULL);
75 75

  
76 76
		text_firstname = formFactory.createTextWithLabelElement(formElement,
77
				"Firstname", entity.getFirstname(), SWT.NULL);
77
				"Other/ Given Names", entity.getFirstname(), SWT.NULL);
78 78
		text_initials = formFactory.createTextWithLabelElement(formElement,
79 79
				"Initials", entity.getInitials(), SWT.NULL);
80 80

  
81 81
		text_lastname = formFactory.createTextWithLabelElement(formElement,
82
				"Lastname", entity.getLastname(), SWT.NULL);
82
				"Familiy Name", entity.getLastname(), SWT.NULL);
83 83

  
84 84
		text_prefix = formFactory.createTextWithLabelElement(formElement,
85 85
				"Prefix", entity.getPrefix(), SWT.NULL);

Also available in: Unified diff