diff --git a/settings/index.php b/settings/index.php
index 582e7601e519dfb6e11aa21cd7a6b2b65f3391f0..b57e75f8d99ad64323568dd1fb8ca1350394ce42 100644
--- a/settings/index.php
+++ b/settings/index.php
@@ -30,9 +30,9 @@ OC_UTIL::showheader();
 
 $FIRSTRUN=false;
 
-OC_CONFIG::addForm('System Settings','/inc/templates/adminform.php');
+OC_CONFIG::addForm('User Settings','/inc/templates/configform.php');
 if(OC_USER::ingroup($_SESSION['username'],'admin')){
-	OC_CONFIG::addForm('User Settings','/inc/templates/configform.php');
+	OC_CONFIG::addForm('System Settings','/inc/templates/adminform.php');
 }
 
 echo('<div class="center">');