From cf45b318ea5a693eb8941451fafa47469578a9ba Mon Sep 17 00:00:00 2001 From: Guilherme Godoy Date: Sat, 12 Oct 2024 14:52:30 -0300 Subject: [PATCH] Documentation updated. Typo fixes. Tab delimited updated to CSV. --- plugins/importexport/csv/README.md | 2 +- plugins/importexport/csv/index.php | 2 +- plugins/importexport/csv/locale/en_US/locale.po | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/importexport/csv/README.md b/plugins/importexport/csv/README.md index ab1d9aa3e08..d272466f1f3 100644 --- a/plugins/importexport/csv/README.md +++ b/plugins/importexport/csv/README.md @@ -1,5 +1,5 @@ # CSV Import Plugin for OMP -This application will convert a CSV file into a list of OMP publications/submissions. If the user has book cover images, as well as submission PDFs, these files should be stored in the `coverImages` and `submissionPdfs`, respectively, for your correct usage. +This application will convert a CSV file into a list of OMP publications/submissions. All book cover images and submission PDFs should be kept in the same path as the CSV file. It makes the management easier for the user. > Note: This is NOT a comprehensive CSV converter, and many fields are left out. diff --git a/plugins/importexport/csv/index.php b/plugins/importexport/csv/index.php index 9328bdc0729..e65e2d7b545 100644 --- a/plugins/importexport/csv/index.php +++ b/plugins/importexport/csv/index.php @@ -1,7 +1,7 @@