diff options
author | Zach Copley <zach@status.net> | 2010-02-03 01:43:59 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-03 01:43:59 +0000 |
commit | 03e8ba144eadab6e28a96482a1162c4109eca822 (patch) | |
tree | fb869f2dca2c2d7812066315d50b4a87ff2cbe56 /actions/newapplication.php | |
parent | 387374fd7bd189eacefeca672ae35181fab2162c (diff) |
Confirm dialog for reset OAuth consumer key and secret button
Diffstat (limited to 'actions/newapplication.php')
-rw-r--r-- | actions/newapplication.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newapplication.php b/actions/newapplication.php index ba1cca5c9..c0c520797 100644 --- a/actions/newapplication.php +++ b/actions/newapplication.php @@ -279,7 +279,7 @@ class NewApplicationAction 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 |