Index: branches/TaskRewrite/src/grails-app/views/person/edit.gsp
===================================================================
--- branches/TaskRewrite/src/grails-app/views/person/edit.gsp	(revision 61)
+++ branches/TaskRewrite/src/grails-app/views/person/edit.gsp	(revision 65)
@@ -43,5 +43,5 @@
 
 					<tr class="prop">
-						<td valign="top" class="name"><label for="firstName">Full Name:</label></td>
+						<td valign="top" class="name"><label for="firstName">First Name:</label></td>
 						<td valign="top" class="value ${hasErrors(bean:person,field:'firstName','errors')}">
 							<input type="text" id="firstName" name="firstName" value="${person.firstName?.encodeAsHTML()}"/>
@@ -50,5 +50,5 @@
 
                     <tr class="prop">
-                        <td valign="top" class="name"><label for="lastName">Full Name:</label></td>
+                        <td valign="top" class="name"><label for="lastName">Last Name:</label></td>
                         <td valign="top" class="value ${hasErrors(bean:person,field:'lastName','errors')}">
                             <input type="text" id="lastName" name="lastName" value="${person.lastName?.encodeAsHTML()}"/>
