]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15937 "Table export formats descriptions" misspellings of 'separate' as 'seperat...
authorjamiesensei <jamiesensei>
Fri, 15 Aug 2008 10:06:10 +0000 (10:06 +0000)
committerjamiesensei <jamiesensei>
Fri, 15 Aug 2008 10:06:10 +0000 (10:06 +0000)
lang/en_utf8/help/grade/preferences.html
lang/en_utf8/help/question/categorycontexts.html
lang/en_utf8/help/tableexportformats.html
lang/en_utf8/moodle.php
lang/en_utf8/question.php
lang/en_utf8/table.php

index eaae4d3964beabbeefe571596eeb13e794e5d115..cd0faae11a6adf8e170d845d4e2b972dcf3d002a 100644 (file)
@@ -10,10 +10,10 @@ calculations.</li>
 You can also choose whether or not students see this.</li>
 
 <li>Display Points: Determines whether or not the points are displayed. Student settings
-can be adjusted seperately from the instructor view.</li>
+can be adjusted separately from the instructor view.</li>
 
 <li>Display Percent: Determines whether or not a percent is displayed. Student settings can be
-adjusted seperate from instructor view.</li>
+adjusted separate from instructor view.</li>
 
 <li>Display Letter Grade: Determines whether or not a letter grade is displayed for the course
 total.</li>
index 2dd258935a56a5ed2afa1fa9af4a8f1785883e4f..966e2f00bb28ae5b5e2082d22f518ca105042773 100644 (file)
@@ -1,6 +1,6 @@
 <h2>Question Category Contexts</h2>
-<p>Question categories are seperated into different contexts from Moodle 1.9.
-Each different context has a seperate question category heirarchy.
+<p>Question categories are separated into different contexts from Moodle 1.9.
+Each different context has a separate question category hierarchy.
 Question category contexts are : </p>
 <ul>
 <li>Activity context : questions only available to one activity module.</li>
index 43bf2b09b1d4fc6aefd21dafaa0fbc169bba612a..6c739e340a3edb67380ced3810c3a806d1f87621 100644 (file)
@@ -19,11 +19,11 @@ select to only display data for users with selected first / last name initials).
 <p>You will get an .ods spreadsheet document. This format
 can be opened with OpenOffice.org, KOffice, Google Docs,
 NeoOffice, Zoho, IBM Lotus Symphony and Corel WordPerfect Office X4.</p>
-<h2>A tab seperated values text file</h2>
+<h2>A tab separated values text file</h2>
 <p>In this case, you will get a
 regular text file. A line for each row in the table with data
 separated by <em>tabstops</em>. Can be opened by many different apps.</p>
-<h2>A comma seperated values text file</h2>
+<h2>A comma separated values text file</h2>
 <p>In this case, you will get a
 regular text file. A line for each row in the table with data
 separated by <em>commas</em>. Can be opened by many different apps.</p>
index 213ba9b3dc84728b97ab6f0213e4c0552c11e371..3b6e5f2974f7d43651222a5aca7a6843d173610e 100644 (file)
@@ -419,7 +419,7 @@ $string['edhelpaspellpath'] = 'To use spell-checking within the editor, you MUST
 $string['edhelpbgcolor'] = 'Define the edit area\'s background color.<br />Valid values are, for example: #FFFFFF or white';
 $string['edhelpcleanword'] = 'This setting enables or disables Word-specific format filtering.';
 $string['edhelpenablespelling'] = 'Enable or disable spell-checking. When enabled, <strong>aspell</strong> must be installed on the server. The second value is the <strong>default dictionary</strong>. This value will be used if aspell doesn\'t have dictionary for users own language.';
-$string['edhelpfontfamily'] = 'The font-family property is a list of font family names and/or generic family names. Family names must be seperated with comma.';
+$string['edhelpfontfamily'] = 'The font-family property is a list of font family names and/or generic family names. Family names must be separated with comma.';
 $string['edhelpfontlist'] = 'Define the fonts used on editors dropdown menu.';
 $string['edhelpfontsize'] = 'The default font-size sets the size of a font. <br />Valid values are for example: medium, large, smaller, larger, 10pt, 11px.';
 $string['edit'] = 'Edit $a';
index 268663c0a72f70672d2bbd391fb69fe6519d08ef..16156ad84951f591fd1e3ee1c9d5e30892c3c2cc 100644 (file)
@@ -45,7 +45,7 @@ $string['categorycurrentuse'] = 'Use This Category';
 $string['categorymoveto'] = 'Save in Category';
 $string['changepublishstatuscat'] = '<a href=\"$a->caturl\">Category \"$a->name\"</a> in course \"$a->coursename\" will have it\'s sharing status changed from <strong>$a->changefrom to $a->changeto</strong>.';
 $string['cwrqpfs'] = 'Random questions selecting questions from sub categories.';
-$string['cwrqpfsinfo'] = '<p>During the upgrade to Moodle 1.9 we will seperate question categories into
+$string['cwrqpfsinfo'] = '<p>During the upgrade to Moodle 1.9 we will separate question categories into
 different contexts. Some question categories and questions on your site will have to have their sharing
 status changed. This is necessary in the rare case that one or more \'random\' questions in a quiz are set up to select from a mixture of
 shared and unshared categories (as is the case on this site). This happens when a \'random\' question is set to select
index 13f00316a9f10ea5b54a7226066211fd040d05f7..23d0bdebad46974b0833f6382958406cec3a3b3f 100644 (file)
@@ -2,8 +2,8 @@
 $string['downloadas'] = 'Download table data as';
 $string['downloadexcel'] = 'a Microsoft Excel spreadsheet';
 $string['downloadods'] = 'an OpenDocument Spreadsheet (ODS)';
-$string['downloadtsv'] = 'a tab seperated values text file';
-$string['downloadcsv'] = 'a comma seperated values text file';
+$string['downloadtsv'] = 'a tab separated values text file';
+$string['downloadcsv'] = 'a comma separated values text file';
 $string['downloadxhtml'] = 'an unpaged XHTML document';
 $string['tableexportformats'] = 'Downloading Table Data';
 ?>