From 75bd4ba36b4a3f03b2255035ad7d148d42977f03 Mon Sep 17 00:00:00 2001 From: eagleman Date: Sun, 7 Apr 2024 18:47:27 +0200 Subject: [PATCH] Update lang.admin.entry.php Found a little typo never corrected before. --- fp-interface/lang/it-it/lang.admin.entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-interface/lang/it-it/lang.admin.entry.php b/fp-interface/lang/it-it/lang.admin.entry.php index 5776713..0292741 100644 --- a/fp-interface/lang/it-it/lang.admin.entry.php +++ b/fp-interface/lang/it-it/lang.admin.entry.php @@ -172,7 +172,7 @@ $lang ['admin'] ['entry'] ['stats'] = array( 'total_disk_space_is' => 'Lo spazio di archiviazione totale è di', 'comments' => 'Commenti', 'comments_using' => 'commenti con', - 'the' => 'Le', + 'the' => 'Gli', 'most_commented_entries' => 'articoli più commentati' ); ?>