Skip to content

Commit

Permalink
Dev Translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 10, 2017
1 parent bca5363 commit f3bf32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/import_helper.php
Expand Up @@ -1557,7 +1557,7 @@ function XMLImportSurvey($sFullFilePath,$sXMLdata=NULL,$sNewSurveyName=NULL,$iDe
if($setting->save()) {
$results['plugin_settings']++;
} else {
$results['importwarnings'][] = sprintf(gT("An error happen when try to save %s for plugin %s"),CHtml::encode($row->key),CHtml::encode($row->name));
$results['importwarnings'][] = sprintf(gT("Error when saving %s for plugin %s"),CHtml::encode($row->key),CHtml::encode($row->name));
}
} elseif(!isset($pluginNamesWarning[(string)$row->name])) {
$results['importwarnings'][] = sprintf(gT("Plugin %s didn't exist, settings not imported"),CHtml::encode($row->name));
Expand Down

0 comments on commit f3bf32d

Please sign in to comment.