]> git.mjollnir.org Git - moodle.git/commitdiff
[MDL-8407] Replace one language string that will be used by 'mod/data/export_form...
authorrobertall <robertall>
Fri, 30 May 2008 10:22:01 +0000 (10:22 +0000)
committerrobertall <robertall>
Fri, 30 May 2008 10:22:01 +0000 (10:22 +0000)
lang/en_utf8/data.php

index 5d787662514688448f1780e40b43329f20f7127e..1a260b221284a9c7cd6ea12f28014439b18afcbc 100644 (file)
@@ -1,6 +1,4 @@
 <?PHP // $Id$ 
-      // data.php - created with Moodle 1.7 beta + (2006101003)
-
 
 $string['action'] = 'Action';
 $string['add'] = 'Add entry';
@@ -52,7 +50,7 @@ $string['confirmdeletefield'] = 'You are about to delete this field, are you sur
 $string['confirmdeleterecord'] = 'Are you sure you want to delete this entry?';
 $string['csstemplate'] = 'CSS template';
 $string['csvfile'] = 'CSV file';
-$string['csvformat'] = 'CSV format';
+$string['csvformatwithselecteddelimiter'] = 'CSV format with selected delimiter:';
 $string['csvimport'] = 'CSV file import';
 $string['data:approve'] = 'Approve unapproved entries';
 $string['data:comment'] = 'Write comments';