aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-11-03 20:11:14 +0100
committerMario <mario@mariovavti.com>2018-11-03 20:11:14 +0100
commitde0fab78edd469ee0b6572e157e901ccf0078c6a (patch)
tree7d63e3d270280f2eab4ffe25f1689228f924b21e
parent75f7b1e261a2783b8a90f374434316a1c148e3b8 (diff)
parent71425c3b23fbb905fd4a9a7dca6961d1c5c1c3e7 (diff)
downloadvolse-hubzilla-de0fab78edd469ee0b6572e157e901ccf0078c6a.tar.gz
volse-hubzilla-de0fab78edd469ee0b6572e157e901ccf0078c6a.tar.bz2
volse-hubzilla-de0fab78edd469ee0b6572e157e901ccf0078c6a.zip
Merge branch 'dev' into 'dev'
Fixed typo at view/es-es/hstrings.php See merge request hubzilla/core!1366
-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 6daac9592..2024504a1 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);;
}}
App::$rtl = 0;
-App::$strings["plural_function_code"] = "(n != 1);";
+App::$strings["plural_function_code"] = "(n != 1)";
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.";