Update lang.admin.entry.php

Found a little typo never corrected before.
This commit is contained in:
eagleman 2024-04-07 18:47:27 +02:00 committed by GitHub
parent 32771f9457
commit 75bd4ba36b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,7 +172,7 @@ $lang ['admin'] ['entry'] ['stats'] = array(
'total_disk_space_is' => 'Lo spazio di archiviazione totale è di', 'total_disk_space_is' => 'Lo spazio di archiviazione totale è di',
'comments' => 'Commenti', 'comments' => 'Commenti',
'comments_using' => 'commenti con', 'comments_using' => 'commenti con',
'the' => 'Le', 'the' => 'Gli',
'most_commented_entries' => 'articoli più commentati' 'most_commented_entries' => 'articoli più commentati'
); );
?> ?>