From bbb4fc8c472c720670b015cf1200165e202c675b Mon Sep 17 00:00:00 2001 From: Guilherme Godoy Date: Fri, 5 Jul 2024 15:58:08 +0100 Subject: [PATCH] change the brief by tab delimited from CSV data --- plugins/importexport/csv/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/importexport/csv/index.php b/plugins/importexport/csv/index.php index 1795161cceb..9328bdc0729 100755 --- a/plugins/importexport/csv/index.php +++ b/plugins/importexport/csv/index.php @@ -12,7 +12,7 @@ * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @ingroup plugins_importexport_csv - * @brief Wrapper for tab delimited data import/export plugin. + * @brief Wrapper for CSV data import/export plugin. * */