From 1472fc4b36747c4d25c68080932c5846a33419c9 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 22 Mar 2006 15:54:54 +0000 Subject: [PATCH] Fingers were on auto-pilot obviously! Thanks Mits! --- lang/en_utf8/help/data/{importcvs.html => importcsv.html} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename lang/en_utf8/help/data/{importcvs.html => importcsv.html} (86%) diff --git a/lang/en_utf8/help/data/importcvs.html b/lang/en_utf8/help/data/importcsv.html similarity index 86% rename from lang/en_utf8/help/data/importcvs.html rename to lang/en_utf8/help/data/importcsv.html index 165cc80ba8..eb552112fb 100644 --- a/lang/en_utf8/help/data/importcvs.html +++ b/lang/en_utf8/help/data/importcsv.html @@ -1,6 +1,6 @@ -

Import from a CVS file

+

Import from a CSV file

-

CVS means Comma-Separated-Values and is a common format for text interchange.

+

CSV means Comma-Separated-Values and is a common format for text interchange.

The expected file format is a plain text file with a list of field names as the first record. The data then follows, one record per line. -- 2.39.5