Index: trunk/grails-app/i18n/messages.properties
===================================================================
--- trunk/grails-app/i18n/messages.properties	(revision 155)
+++ trunk/grails-app/i18n/messages.properties	(revision 166)
@@ -2,4 +2,20 @@
 person.pass.blank=Password cannot be blank
 person.pass.doesNotMatch=Passwords must match
+
+person.personGroups=Person Groups
+person.personGroups.help=Groups provide no application authorisations and are merely for grouping people for information purposes. Use Ctrl or Shift to select multiple groups.
+person.loginName=Login Name
+person.loginName.help=This is the id or name that the person will use to login to the application.
+person.firstName=First Name
+person.firstName.help=The person's real first name.
+person.lastName=Last Name
+person.lastName.help=The person's real last name.
+person.password=Password
+person.password.help=The password that the person will use to login to the appllication (should be changed by them later).
+person.isActive=Active
+person.isActive.help=Disable this to prevent a person logging in to the application.
+
+person.authorities=Authorities
+person.authorities.help=To allow login at least the 'ROLE_AppUser' authority must be given. The 'ROLE_AppAdmin' authority is NOT required for daily use and provides full (read as DANGEROUS) access.
 
 entry.duration=Duration
@@ -21,8 +37,13 @@
 task.leadPerson=Lead Person
 task.leadPerson.help=The primay contact person.
-    
+
 taskRecurring.startDate.NotInTheFuture=Please select a start date that is not in the past, or use original date.
 taskRecurring.startDate=Start Date
 taskRecurring.startDate.help=The tartget start date for the first auto generated subTask.
+
+task.primaryAsset=Primary Asset
+task.primaryAsset.help=This is the asset that costs will be assigned to.
+task.associatedAssets=Associated Assets
+task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
 
 default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
