]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13593 - added statement about non case sensitivity; merging from MOODLE_19_STABLE
authorarborrow <arborrow>
Sun, 9 Mar 2008 02:43:01 +0000 (02:43 +0000)
committerarborrow <arborrow>
Sun, 9 Mar 2008 02:43:01 +0000 (02:43 +0000)
lang/en_utf8/help/uploadpictures.html

index a3f7d330c10b589fcfe810312974e4afc2f6a1c8..d2b67493092d04a38b3a94fdbb545b257a590504 100644 (file)
@@ -1,4 +1,5 @@
-<h1>Upload user pictures</h1>\r
-\r
-<p>User pictures can be uploaded as a zip file of image files. The image files should be named <i>chosen-user-attribute.extension</i>. For example, if the chosen user attribute used to match pictures is username and the username is 1234, then the filename would be 1234.jpg.</p>\r
-<p>Image types supported include gif, jpg, and png.</p>
\ No newline at end of file
+<h1>Upload user pictures</h1>
+
+<p>User pictures can be uploaded as a zip file of image files. The image files should be named <i>chosen-user-attribute.extension</i>. For example, if the chosen user attribute used to match pictures is username and the username is user1234, then the filename would be user1234.jpg.</p>
+<p>Image types supported include gif, jpg, and png.</p>
+<p>Image file names are not case sensitive.</p>
\ No newline at end of file