diff --git a/application/helpers/admin/import_helper.php b/application/helpers/admin/import_helper.php index a7fa9ea57ff..06341f93f24 100644 --- a/application/helpers/admin/import_helper.php +++ b/application/helpers/admin/import_helper.php @@ -1471,7 +1471,7 @@ function XMLImportSurvey($sFullFilePath, $sXMLdata = null, $sNewSurveyName = nul unset($insertdata['surveyls_attributecaptions']); } - SurveyLanguageSetting::model()->insertNewSurvey($insertdata) or safeDie(gT("Error").": Failed to insert data [2]
"); + SurveyLanguageSetting::model()->insertNewSurvey($insertdata) or safeDie(gT("Error").": Failed to import survey language settings - data is invalid
"); }