From 8794f8bff02ee4a5ae4fa3891a54ca48639e182c Mon Sep 17 00:00:00 2001 From: andreabix Date: Mon, 23 Jan 2006 14:24:52 +0000 Subject: [PATCH] Typo corrected thanks to Luca Mazzola --- lang/it/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/it/moodle.php b/lang/it/moodle.php index a28f6b8ff50..67f1c28b17a 100644 --- a/lang/it/moodle.php +++ b/lang/it/moodle.php @@ -1128,7 +1128,7 @@ $string['stringsnotset'] = 'Le seguenti stringhe non sono definite in $a'; $string['studentnotallowed'] = 'Spiacenti, ma non puoi accedere a questo corso come \'$a\' '; $string['students'] = 'Studenti'; $string['studentsandteachers'] = 'Studenti e docenti'; -$string['studentviewoff'] = 'Attiva vista studente'; +$string['studentviewoff'] = 'Disattiva vista studente'; $string['studentviewon'] = 'Disattiva vista studente'; $string['subcategories'] = 'Sottocategorie'; $string['success'] = 'Operazione eseguita con successo';