From 32fc0cecb3a341cbc219194a797ddd7068cdd7d6 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 18 Jan 2023 19:42:05 +0100 Subject: [PATCH] Minor: Plugin: vChamilo: Improve docs --- plugin/vchamilo/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vchamilo/plugin.php b/plugin/vchamilo/plugin.php index 9de9e8b3b5..6e23a47abf 100644 --- a/plugin/vchamilo/plugin.php +++ b/plugin/vchamilo/plugin.php @@ -20,7 +20,7 @@ global $_configuration; //the plugin title $plugin_info['title'] = 'Chamilo Virtualization'; //the comments that go with the plugin -$plugin_info['comment'] = "Holds chamilo virtualisation tools"; +$plugin_info['comment'] = "Allows the virtualization of Chamilo. Use your main Chamilo installation as a hub, then create instances based on the same code but with different databases, and generate snapshots, and manage all instances like VM images."; //the plugin version $plugin_info['version'] = '1.2'; //the plugin author