\n";
@@ -526,20 +526,20 @@ else
// if (isset($surveynotprivate) && $surveynotprivate) //This survey is tracked, and therefore a tokens table MUST exist
// {
// $activateoutput .= $clang->gT("This is not an anonymous survey. A token table must also be created.")."
\n";
-// $activateoutput .= "\n";
+// $activateoutput .= "\n";
// }
// elseif (isset($surveyallowsregistration) && $surveyallowsregistration == "TRUE")
if (isset($surveyallowsregistration) && $surveyallowsregistration == "TRUE")
{
$activateoutput .= $clang->gT("This survey allows public registration. A token table must also be created.")."
\n";
-// $activateoutput .= "\n";
+// $activateoutput .= "\n";
$activateoutput .= "\n";
}
else
{
$activateoutput .= $clang->gT("This survey is now active, and responses can be recorded.")."
\n";
$activateoutput .= "".$clang->gT("Open-access mode").": ".$clang->gT("No invitation code is needed to complete the survey.")." ".$clang->gT("You can switch to the closed-access mode by initialising a token table with the button below.")."
\n"
- . "\t\t\tgT("Return to Survey Administration", "js")."');return false\">" .
+ . "\t\t\tgT("Return to Survey Administration", "js")."');return false\">" .
"\n"
. "\t\t\t\n"
. "\t\t\t\n"
diff --git a/include/limesurvey/admin/browse.php b/include/limesurvey/admin/browse.php
index 320d1092..bb8f796e 100644
--- a/include/limesurvey/admin/browse.php
+++ b/include/limesurvey/admin/browse.php
@@ -68,7 +68,7 @@ if (!$database_exists) //DATABASE DOESN'T EXIST OR CAN'T CONNECT
."".$clang->gT("Error")." \n"
. $clang->gT("The defined LimeSurvey database does not exist")." \n"
. $clang->gT("Either your selected database has not yet been created or there is a problem accessing it.")."