From a9b75d059b2a54f1b87657d95f9ac1124ed4287d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Jim=C3=A9nez=20Friaza?= Date: Thu, 21 Feb 2019 12:40:27 +0100 Subject: Fix es-es/hstrings.php --- view/es-es/hstrings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/es-es/hstrings.php') 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