Minor: Update language term to reflect usage in survey export to zip

pull/3419/head
Yannick Warnier 5 years ago
parent bc944d975b
commit 4569127729
  1. 2
      main/group/group_overview.php
  2. 2
      main/survey/survey_list.php

@ -60,7 +60,7 @@ if (isset($_GET['action'])) {
DocumentManager::file_send_for_download(
$tempZipFile,
true,
get_lang('Surveys').'-'.api_get_course_id().'-'.api_get_local_time().'.zip'
get_lang('SurveysWordInASCII').'-'.api_get_course_id().'-'.api_get_local_time().'.zip'
);
unlink($tempZipFile);
exit;

@ -165,7 +165,7 @@ if (isset($_POST['action']) && $_POST['action'] && isset($_POST['id']) && is_arr
DocumentManager::file_send_for_download(
$tempZipFile,
true,
get_lang('Surveys').'-'.api_get_course_id().'-'.api_get_local_time().'.zip'
get_lang('SurveysWordInASCII').'-'.api_get_course_id().'-'.api_get_local_time().'.zip'
);
unlink($tempZipFile);
}

Loading…
Cancel
Save