From a5bf32a97d3685ccd07c44e8636b19ae3ea38b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Jim=C3=A9nez=20Friaza?= Date: Thu, 21 Feb 2019 11:40:27 +0000 Subject: Fix es-es/hstrings.php (cherry picked from commit a9b75d059b2a54f1b87657d95f9ac1124ed4287d) --- view/es-es/hstrings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php index 19c324386..11a187a33 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -2,7 +2,7 @@ if(! function_exists("string_plural_select_es_es")) { function string_plural_select_es_es($n){ - return ($n != 1 ? 1 : 0);; + return ($n != 1 ? 1 : 0); }} App::$rtl = 0; App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0);"; -- cgit v1.2.3