From 59250ec6fd27601604570a2d66740053beaa71e0 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 31 Oct 2010 02:41:36 +0200 Subject: [PATCH] fix some typo's --- inc/templates/adminform.php | 2 +- settings/index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/templates/adminform.php b/inc/templates/adminform.php index 50ba2a3b64b..5a04c4902ac 100755 --- a/inc/templates/adminform.php +++ b/inc/templates/adminform.php @@ -88,7 +88,7 @@ echo('
') echo "$CONFIG_ERROR"; } if($FIRSTRUN){?> -Administartor User +Administrator User user name: password: retype password: diff --git a/settings/index.php b/settings/index.php index ba11da08c0b..674e42b8d7c 100644 --- a/settings/index.php +++ b/settings/index.php @@ -33,8 +33,8 @@ $FIRSTRUN=false; OC_CONFIG::addForm('User Settings','/inc/templates/configform.php'); if(OC_USER::ingroup($_SESSION['username'],'admin')){ OC_CONFIG::addForm('System Settings','/inc/templates/adminform.php'); - OC_CONFIG::addForm('User Managment','/inc/templates/userform.php'); - OC_CONFIG::addForm('Plugin Managment','/inc/templates/pluginform.php'); + OC_CONFIG::addForm('User Management','/inc/templates/userform.php'); + OC_CONFIG::addForm('Plugin Management','/inc/templates/pluginform.php'); } echo('
');