From f92d2e3f7c6573bd7bab04223c7e28662605c6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Jim=C3=A9nez=20Friaza?= Date: Thu, 21 Feb 2019 18:32:45 +0100 Subject: Quickfix 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 11a187a33..bb4c3728f 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -5,7 +5,7 @@ function string_plural_select_es_es($n){ return ($n != 1 ? 1 : 0); }} App::$rtl = 0; -App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0);"; +App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0)"; App::$strings["Can view my channel stream and posts"] = "Pueden verse la actividad y publicaciones de mi canal"; App::$strings["Can send me their channel stream and posts"] = "Se me pueden enviar entradas y contenido de un canal"; App::$strings["Can view my default channel profile"] = "Puede verse mi perfil de canal predeterminado."; -- cgit v1.2.3