From 6050ef097a4bd024ab50f3cd78f132b84abec9f2 Mon Sep 17 00:00:00 2001 From: Nicolas Ducoulombier Date: Fri, 1 Jun 2018 09:41:09 +0200 Subject: [PATCH] Changing language variable to put a better description for expiration date specific to works -refs BT#14232 --- main/work/work.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/work/work.lib.php b/main/work/work.lib.php index 303a63691d..d2d23f6537 100755 --- a/main/work/work.lib.php +++ b/main/work/work.lib.php @@ -5347,7 +5347,7 @@ function exportAllStudentWorkFromPublication( $expiresOn = null; if (!empty($assignment) && isset($assignment['expires_on'])) { - $content .= '
'.get_lang('ExpirationDate').': '.api_get_local_time($assignment['expires_on']); + $content .= '
'.get_lang('PostedExpirationDate').': '.api_get_local_time($assignment['expires_on']); $expiresOn = api_get_local_time($assignment['expires_on']); }