From c12d893ec27fbce4891420ce5677a0b62dbf6a97 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 10 Mar 2011 16:29:20 +0100 Subject: [PATCH] improve help --- scm-webapp/src/main/webapp/resources/js/sonia.group.js | 4 ++-- .../src/main/webapp/resources/js/sonia.repository.js | 8 ++++---- scm-webapp/src/main/webapp/resources/js/sonia.user.js | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.group.js b/scm-webapp/src/main/webapp/resources/js/sonia.group.js index 819a914aee..73a7326faf 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.group.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.group.js @@ -151,8 +151,8 @@ Sonia.group.FormPanel = Ext.extend(Sonia.rest.FormPanel,{ createErrorMsgText: 'Group creation failed', // help - nameHelpText: 'The unique name for the group.', - descriptionHelpText: 'A short description for the group.', + nameHelpText: 'The unique name for this group.', + descriptionHelpText: 'A short description of the group.', membersHelpText: 'The usernames of the group members.', memberStore: null, diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js index 98883980b6..3cb2feccd9 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js @@ -189,11 +189,11 @@ Sonia.repository.FormPanel = Ext.extend(Sonia.rest.FormPanel,{ createErrorMsgText: 'Repository creation failed', // help - nameHelpText: 'The name for the repository. This name would be part of the reository url.', + nameHelpText: 'The name of the repository. This name would be part of the reository url.', typeHelpText: 'The type of the repository.', - contactHelpText: 'An e-mail address to contact an for the repository responsible person.', - descriptionHelpText: 'A short description for the repository.', - publicHelpText: 'A public repository is readable by every person.', + contactHelpText: 'An e-mailaddress of the person who is in charge for this repository.', + descriptionHelpText: 'A short description of the repository.', + publicHelpText: 'A public repository which is readable by every person.', permissionHelpText: '... coming soon ...', permissionStore: null, diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.user.js b/scm-webapp/src/main/webapp/resources/js/sonia.user.js index 7066ce3559..1eee93e8e6 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.user.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.user.js @@ -162,10 +162,10 @@ Sonia.user.FormPanel = Ext.extend(Sonia.rest.FormPanel,{ passwordMinLengthText: 'Password must be at least 6 characters long', // help - usernameHelpText: 'The unique name for the user.', - displayNameHelpText: 'The display name for the user.', - mailHelpText: 'The email address for the user.', - passwordHelpText: 'The plain text password for the user.', + usernameHelpText: 'The unique name of the user.', + displayNameHelpText: 'The display name of the user.', + mailHelpText: 'The email address of the user.', + passwordHelpText: 'The plain text password of the user.', passwordConfirmHelpText: 'Repeat the password for validation.', adminHelpText: 'An administrator is able to create, modify and delete repositories, groups and users.',