diff options
Diffstat (limited to 'view/it/strings.php')
-rw-r--r-- | view/it/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index 40cec1c6b..de67aad4d 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -1,7 +1,7 @@ <?php function string_plural_select($n){ - return ($n != 1)\$n"; + return ($n != 1); } ; $a->strings["Post successful."] = "Inviato con successo."; |