From 468c0329e1b8b5e80c24a752532fb86bdfa5357f Mon Sep 17 00:00:00 2001
From: moodler <moodler>
Date: Wed, 26 May 2004 14:23:44 +0000
Subject: [PATCH] Standard locale should be it_IT

---
 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 7e18ea0430..9ccc02fe4d 100644
--- a/lang/it/moodle.php
+++ b/lang/it/moodle.php
@@ -518,7 +518,7 @@ $string['list'] = 'Lista';
 $string['listfiles'] = 'Lista dei file in $a';
 $string['listofallpeople'] = 'Lista di tutte le persone';
 $string['livelogs'] = 'Logs della ultima ora';
-$string['locale'] = 'it';
+$string['locale'] = 'it_IT';
 $string['location'] = 'Località';
 $string['loggedinas'] = 'Sei collegato come $a.';
 $string['loggedinnot'] = 'Non sei collegato.';
-- 
2.39.5