From 339b03b28881dbd1370071918433ccc75279d81b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 7 Sep 2009 15:11:21 +0000 Subject: Put viewroles in a table, changed some wording for new roles and users. --- app/acf-util/password-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/acf-util/password-controller.lua') 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) -- cgit v1.2.3