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/password-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/password-controller.lua')
-rwxr-xr-x | app/acf-util/password-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/password-controller.lua b/app/acf-util/password-controller.lua index b2fab85..8260d82 100755 --- a/app/acf-util/password-controller.lua +++ b/app/acf-util/password-controller.lua @@ -60,7 +60,7 @@ function newuser(self) return self.model.read_user(self) end, function(value) return self.model.create_user(self, value) - end, self.clientdata, "Save", "New User Settings", "Saved user") + end, self.clientdata, "Create", "Create New User", "Created user") end function deleteuser(self) |