From 61cad74fd61bc2a50c29b4bd4ca8198cc10a2d72 Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 30 Apr 2009 08:11:29 +0000 Subject: [PATCH] repository MDL-15404 change text description for allowing teacher/user to add repository --- lang/en_utf8/repository.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/repository.php b/lang/en_utf8/repository.php index 22e8def5c4..a1a1500694 100644 --- a/lang/en_utf8/repository.php +++ b/lang/en_utf8/repository.php @@ -37,8 +37,8 @@ $string['download'] = 'Download'; $string['downloadsucc'] = 'The file has been downloaded successfully'; $string['editrepositoryinstance'] = 'Edit repository instance'; $string['emptytype'] = 'Cannot create repository type: type name is empty'; -$string['enablecourseinstances'] = 'Enable course repositories'; -$string['enableuserinstances'] = 'Enable user repositories'; +$string['enablecourseinstances'] = 'Allow teachers to add a repository instance into the file picker'; +$string['enableuserinstances'] = 'Allow users to add a repository instance into the file picker'; $string['error'] = 'An unknown error occurred!'; $string['existingrepository'] = 'This repository already exists'; $string['filename'] = 'Filename'; -- 2.39.5