From 045f8a8b4c41403cbaa1dd60814dbb5bf92cdfe6 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 18 Jan 2023 19:09:27 +0100 Subject: [PATCH] Minor: Plugin: Resubscription: Improve docs --- plugin/resubscription/README.md | 4 +++- plugin/resubscription/lang/english.php | 2 +- plugin/resubscription/lang/spanish.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/plugin/resubscription/README.md b/plugin/resubscription/README.md index fc64aea406..b2e4d3f99b 100644 --- a/plugin/resubscription/README.md +++ b/plugin/resubscription/README.md @@ -1,4 +1,6 @@ Resubscription ============== -Limit session resubscriptions +Limit session re-subscriptions by checking whether the user was already +subscribed to a specific course *through a session* over the last 12 +months or the last calendar year. diff --git a/plugin/resubscription/lang/english.php b/plugin/resubscription/lang/english.php index 09cdb7a3a5..a017b19c54 100644 --- a/plugin/resubscription/lang/english.php +++ b/plugin/resubscription/lang/english.php @@ -8,7 +8,7 @@ * @package chamilo.plugin.resubscription */ $strings['plugin_title'] = 'Resubscription'; -$strings['plugin_comment'] = 'This plugin limits session resubscription.'; +$strings['plugin_comment'] = 'This plugin limits session re-subscription for users who already followed a course through another session not so long ago.'; $strings['resubscription_limit'] = 'Resubscription limit'; $strings['resubscription_limit_help'] = 'This limits how often a user can be resubscribed'; diff --git a/plugin/resubscription/lang/spanish.php b/plugin/resubscription/lang/spanish.php index af755eb9fb..ed2986d6eb 100644 --- a/plugin/resubscription/lang/spanish.php +++ b/plugin/resubscription/lang/spanish.php @@ -8,7 +8,7 @@ * @package chamilo.plugin.resubscription */ $strings['plugin_title'] = 'Reinscripción'; -$strings['plugin_comment'] = 'Este plugin limita las reinscripiones a sesiones.'; +$strings['plugin_comment'] = 'Este plugin limita las reinscripiones a sesiones para los usuarios que ya siguieron un curso de la sesión a través de otra sesión no tanto tiempo atrás.'; $strings['resubscription_limit'] = 'Límite de reinscripción'; $strings['resubscription_limit_help'] = 'Esto limita cada cuánto puede reinscribirse un usuario';