From d1eb0531fb1af5345eaf4254ece30dd9dc507c30 Mon Sep 17 00:00:00 2001 From: arborrow Date: Sun, 9 Mar 2008 02:43:01 +0000 Subject: [PATCH] MDL-13593 - added statement about non case sensitivity; merging from MOODLE_19_STABLE --- lang/en_utf8/help/uploadpictures.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lang/en_utf8/help/uploadpictures.html b/lang/en_utf8/help/uploadpictures.html index a3f7d330c1..d2b6749309 100644 --- a/lang/en_utf8/help/uploadpictures.html +++ b/lang/en_utf8/help/uploadpictures.html @@ -1,4 +1,5 @@ -

Upload user pictures

- -

User pictures can be uploaded as a zip file of image files. The image files should be named chosen-user-attribute.extension. 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.

-

Image types supported include gif, jpg, and png.

\ No newline at end of file +

Upload user pictures

+ +

User pictures can be uploaded as a zip file of image files. The image files should be named chosen-user-attribute.extension. 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.

+

Image types supported include gif, jpg, and png.

+

Image file names are not case sensitive.

\ No newline at end of file -- 2.39.5