aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorManuel Jiménez Friaza <mjfriaza@openmailbox.org>2019-02-21 17:32:45 +0000
committerManuel Jiménez Friaza <mjfriaza@disroot.org>2019-02-21 18:37:21 +0100
commitc91641aa832b3c9bd8470334a1bb37be34450b84 (patch)
tree7826dd8870975b95c281bbabb65f52a6fee935c4 /view
parent3e2489465f22833a44c727b13bd784c20c47ced9 (diff)
downloadvolse-hubzilla-c91641aa832b3c9bd8470334a1bb37be34450b84.tar.gz
volse-hubzilla-c91641aa832b3c9bd8470334a1bb37be34450b84.tar.bz2
volse-hubzilla-c91641aa832b3c9bd8470334a1bb37be34450b84.zip
Quickfix es-es/hstrings.php
(cherry picked from commit f92d2e3f7c6573bd7bab04223c7e28662605c6d8)
Diffstat (limited to 'view')
-rw-r--r--view/es-es/hstrings.php2
1 files changed, 1 insertions, 1 deletions
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.";