summaryrefslogtreecommitdiff
path: root/actions/useradminpanel.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-09-17 14:20:05 -0700
committerZach Copley <zach@status.net>2010-09-17 14:20:05 -0700
commitf4a1858b3327b2b0d9920d01ccae9b3e7148d3ec (patch)
tree9abb99f3a5f61869e9bc3156ae279e34a54e1855 /actions/useradminpanel.php
parent444959a789e5bc122b177cb970ca4006c07c1eee (diff)
Fixed typo, and updated copyright dates while I was there
Diffstat (limited to 'actions/useradminpanel.php')
-rw-r--r--actions/useradminpanel.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/actions/useradminpanel.php b/actions/useradminpanel.php
index ee9c23076..7823a370b 100644
--- a/actions/useradminpanel.php
+++ b/actions/useradminpanel.php
@@ -12,6 +12,7 @@
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
+ *
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
@@ -24,7 +25,7 @@
* @author Evan Prodromou <evan@status.net>
* @author Zach Copley <zach@status.net>
* @author Sarven Capadisli <csarven@status.net>
- * @copyright 2008-2009 StatusNet, Inc.
+ * @copyright 2008-2010 StatusNet, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*/
@@ -291,6 +292,6 @@ class UserAdminPanelForm extends AdminForm
function formActions()
{
- $this->out->submit('submit', _('Save'), 'submit', null, _('Save site settings'));
+ $this->out->submit('submit', _('Save'), 'submit', null, _('Save user settings'));
}
}