From 39fb2255c6bb7c379392b7f8944861e0a5f759e2 Mon Sep 17 00:00:00 2001 From: Artem Andreev Date: Sat, 9 Apr 2011 14:36:43 +0400 Subject: [PATCH] From $string['moduledescription'] removed info about "one module per course" because of since 2.3 we can add more attendance modules. --- lang/en/attforblock.php | 2 +- lang/ru/attforblock.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/attforblock.php b/lang/en/attforblock.php index 656eff6..82237ff 100644 --- a/lang/en/attforblock.php +++ b/lang/en/attforblock.php @@ -79,7 +79,7 @@ $string['includeall'] = 'Select all sessions'; $string['includenottaken'] = 'Include not taken sessions'; $string['indetail'] = 'In detail...'; $string['jumpto'] = 'Jump to'; -$string['moduledescription'] = 'You can add only one module Attendance per course.
Removal of this module will not entail removal of the data!'; +$string['moduledescription'] = 'Removal of this module will not entail removal of the data!'; $string['modulename'] = 'Attendance'; $string['modulenameplural'] = 'Attendances'; $string['months'] = 'Months'; diff --git a/lang/ru/attforblock.php b/lang/ru/attforblock.php index 4b03b20..cf7ed70 100644 --- a/lang/ru/attforblock.php +++ b/lang/ru/attforblock.php @@ -71,7 +71,7 @@ $string['includeall'] = 'Выбрать все занятия'; $string['includenottaken'] = 'Включить не прошедшие занятия'; $string['indetail'] = 'Подробнее...'; $string['jumpto'] = 'Перейти к занятию '; -$string['moduledescription'] = 'Вы можете добавить только один данный модуль в каждый курс.
Удаление этого модуля не повлечет удаление данных о посещаемости!'; +$string['moduledescription'] = 'Удаление этого модуля не повлечет удаление данных о посещаемости!'; $string['modulename'] = 'Посещаемость'; $string['modulenameplural'] = 'Посещаемость'; $string['months'] = 'Месяц';