From: Jerome Jutteau Date: Mon, 27 Apr 2015 18:17:59 +0000 (+0200) Subject: lib/lang.php: fix typo X-Git-Tag: 1.1~86 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/9161a13511c380965182346bacdf0ca2c29b0533 lib/lang.php: fix typo Signed-off-by: Jerome Jutteau --- diff --git a/lib/lang.php b/lib/lang.php index cfd7607..b1b6198 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -22,7 +22,7 @@ 'de' => 'Deutsch', 'en' => 'English', 'fr' => 'Français', - 'it' => 'Italian'); + 'it' => 'Italiano'); /* Translation */ function t ($text)