]> git.p6c8.net - jirafeau_project.git/commitdiff
lib/lang.php: fix typo
authorJerome Jutteau <mojo@couak.net>
Mon, 27 Apr 2015 18:17:59 +0000 (20:17 +0200)
committerJerome Jutteau <mojo@couak.net>
Mon, 27 Apr 2015 18:19:09 +0000 (20:19 +0200)
Signed-off-by: Jerome Jutteau <mojo@couak.net>
lib/lang.php

index cfd760735c01604b5f26ef4a996f03778d392dec..b1b61987cffbb074726e5c21e7c6c3046d74da8c 100644 (file)
@@ -22,7 +22,7 @@
                           'de' => 'Deutsch',\r
                           'en' => 'English',\r
                           'fr' => 'Français',\r
-                          'it' => 'Italian');\r
+                          'it' => 'Italiano');\r
 \r
 /* Translation */\r
 function t ($text)\r

patrick-canterino.de