Skip to content

Commit

Permalink
Dev Small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 8, 2014
1 parent a4e9a89 commit 222e9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/import_helper.php
Expand Up @@ -3681,7 +3681,7 @@ function XMLImportSurvey($sFullFilepath,$sXMLdata=NULL,$sNewSurveyName=NULL,$iDe
// Set a warning if question title was updated
if(isset($sNewTitle))
{
$results['importwarnings'][] = sprintf("Title of question %s was updated to %s.",$sOldTitle,$sNewTitle);
$results['importwarnings'][] = sprintf("Question code %s was updated to %s.",$sOldTitle,$sNewTitle);
unset($sNewTitle);
unset($sOldTitle);
}
Expand Down

0 comments on commit 222e9b1

Please sign in to comment.