From 902a9198b6825fde09e029005d6e561630a90696 Mon Sep 17 00:00:00 2001 From: koenr Date: Sat, 20 May 2006 19:15:11 +0000 Subject: [PATCH] copied from stable --- lang/en_utf8/help/data/importcsv.html | 10 +++++----- lang/en_utf8/help/data/requiredentries.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/en_utf8/help/data/importcsv.html b/lang/en_utf8/help/data/importcsv.html index 3e16b8d06c..9436e190dd 100644 --- a/lang/en_utf8/help/data/importcsv.html +++ b/lang/en_utf8/help/data/importcsv.html @@ -3,16 +3,16 @@

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. + as the first record. The data then follows, one record per line.

The field delimiter defaults to a comma character and the field enclosure is not set by default (field enclosures are characters that surround each - field in each record. + field in each record).

Records should be delimited by new lines (usually generated by pressing RETURN or ENTER in your text editor). Tabs can be specified using \t and newlines by \n.

-

Sample file: +

Sample file:

   name,height,weight
@@ -20,6 +20,6 @@
   Kim,170cm,60kg
   Koo,190cm,20kg
 
-

-

Warning: all field types may not be supported

+ +

Warning: all field types may not be supported.

diff --git a/lang/en_utf8/help/data/requiredentries.html b/lang/en_utf8/help/data/requiredentries.html index 8739e132b9..32c57839a3 100644 --- a/lang/en_utf8/help/data/requiredentries.html +++ b/lang/en_utf8/help/data/requiredentries.html @@ -3,5 +3,5 @@

The number of entries a participant is required to submit. Users will see a reminder message displayed while viewing if they have not submitted the required number of entries.

-

The activity will not be considered complete until the user has submitted the required number of entries

+

The activity will not be considered complete until the user has submitted the required number of entries.

-- 2.39.5