chg: yaml configurations
authorRicardo Velhote <rvelhote@gmail.com>
Tue, 11 May 2010 22:19:15 +0000 (23:19 +0100)
committerRicardo Velhote <rvelhote@gmail.com>
Tue, 11 May 2010 22:19:15 +0000 (23:19 +0100)
swat/config/yaml/account.yaml
swat/config/yaml/group-parameters.yaml

index 0cce8f2b4d193dfd150175b430109ad317f6367b..dee10fa21429381f3cab149d5b8033b27b09fcd7 100644 (file)
@@ -110,7 +110,7 @@ actions:
     save:
        link:
            name: 'save'
-           title: 'Save Share Information'
+           title: 'Save User or Group Information'
            action: save
            submit: True
        
@@ -138,7 +138,7 @@ actions:
     save-add:
        link:
            name: 'save and add another'     
-           title: 'Save these changes and add another Share'
+           title: 'Save these changes and add another User or Group'
            action: save_add
            submit: True
        
index 09d7c963a9c3717f6300e7d9f1a28ceca5d6b46e..62747261271cec84f5ced6e0d66ebaaae4e1a8ae 100644 (file)
@@ -3,9 +3,9 @@
 #
 name:
     type: text
-    help: 'Set the Group Name'
-    title: 'Set this Group Name'
-    name: name
+    help: "Set the Group Name"
+    title: 'Set the Group Name'
+    name: group_name
     label: 'Name'
     class: big-text
     id: account-name
@@ -20,7 +20,7 @@ description:
     type: text
     help: 'Write a Description for this Group'
     title: "Set this Group's Description"
-    name: description
+    name: group_description
     label: 'Description'
     class: big-text
     id: account-description