diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-09-07 15:11:21 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-09-07 15:11:21 +0000 |
commit | 339b03b28881dbd1370071918433ccc75279d81b (patch) | |
tree | 858b00b812611e1cb78ff9c61944e6a06bf3b15f /app/acf-util/roles-controller.lua | |
parent | 1acd3b8975e1a26ab93a2e3a157da3fd820b7893 (diff) | |
download | acf-core-339b03b28881dbd1370071918433ccc75279d81b.tar.bz2 acf-core-339b03b28881dbd1370071918433ccc75279d81b.tar.xz |
Put viewroles in a table, changed some wording for new roles and users.
Diffstat (limited to 'app/acf-util/roles-controller.lua')
-rw-r--r-- | app/acf-util/roles-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/roles-controller.lua b/app/acf-util/roles-controller.lua index 738f54f..27ddef7 100644 --- a/app/acf-util/roles-controller.lua +++ b/app/acf-util/roles-controller.lua @@ -47,7 +47,7 @@ newrole = function(self) return controllerfunctions.handle_form(self, function() return self.model.getpermissions(self) end, function(value) return self.model.setpermissions(self, value, true) end, - self.clientdata, "Save", "Create New Role", "New Role Created") + self.clientdata, "Create", "Create New Role", "New Role Created") end editrole = function(self) |