diff --git a/include/limesurvey/admin/html.php b/include/limesurvey/admin/html.php
index c94fc3f2..34c275b1 100644
--- a/include/limesurvey/admin/html.php
+++ b/include/limesurvey/admin/html.php
@@ -2914,7 +2914,7 @@ if ($action == "newsurvey")
if ($_SESSION["loginID"] == 1 || $_SESSION['USER_RIGHT_MANAGE_TEMPLATE'] == 1 || hasTemplateManageRights($_SESSION["loginID"], $tname) == 1 ) {
$newsurvey .= "\t\t\t".$clang->gT("Survey Access")." / ".$clang->gT("Registration")." / ".$clang->gT("Save & Load")."\n"
. "\t\t\t".$clang->gT("Survey Access")." / ".$clang->gT("Registration")." / ---------\n"
. "\t\t\t".$clang->gT("Survey Access")." / ------------ / ".$clang->gT("Save & Load")."\n"
- . "\t\t\t------------- / ".$clang->gT("Registration")." / ".$clang->gT("Save & Load")."\n"
+ . "\t\t\t------------- / ".$clang->gT("Registration")." / ".$clang->gT("Save & Load")."\n"
. "\t\t\t".$clang->gT("Survey Access")." / ------------ / ---------\n"
. "\t\t\t------------- / ".$clang->gT("Registration")." / ---------\n"
. "\t\t\t------------- / ------------ / ".$clang->gT("Save & Load")."\n"
- . "\t\t\t------------- / ------------ / ---------\n"
+ . "\t\t\t------------- / ------------ / ---------\n"
. "\t\t\n\t\n";
// Token attributes names
@@ -3064,15 +3064,15 @@ if ($action == "newsurvey")
. "\t}"
. "\t//-->\n";
$newsurvey .= "\t\t\n\t\n";
// Datestamp
$newsurvey .= "\t
".$clang->gT("Date Stamp?")."\n"
. "\t\t\n\t
\n";
// IP Address
@@ -3092,8 +3092,8 @@ if ($action == "newsurvey")
// Token answers persistence
$newsurvey .= "\t".$clang->gT("Enable Token-based answers persistence?")."\n"
. "\t\t\n\t
\n";
// end of addnewsurvey form