diff options
author | Zach Copley <zach@status.net> | 2010-02-03 01:43:59 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-03 05:43:08 +0000 |
commit | ac8a4a7e56cc2535b0d1c30e4619db5994a1ecd4 (patch) | |
tree | 2abaae21c488e99fa32bdea151d1aa70541cdf95 /actions/editapplication.php | |
parent | dd1b8076d828384ebea51d8acfe518893681e574 (diff) |
Confirm dialog for reset OAuth consumer key and secret button
Diffstat (limited to 'actions/editapplication.php')
-rw-r--r-- | actions/editapplication.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/editapplication.php b/actions/editapplication.php index 029b622e8..ca5dba1e4 100644 --- a/actions/editapplication.php +++ b/actions/editapplication.php @@ -266,7 +266,7 @@ class EditApplicationAction extends OwnerDesignAction /** * Does the app name already exist? * - * Checks the DB to see someone has already registered and app + * Checks the DB to see someone has already registered an app * with the same name. * * @param string $name app name to check |