diff options
author | Manuel Jiménez Friaza <mjfriaza@openmailbox.org> | 2019-02-21 11:40:27 +0000 |
---|---|---|
committer | Manuel Jiménez Friaza <mjfriaza@disroot.org> | 2019-02-21 12:46:48 +0100 |
commit | a5bf32a97d3685ccd07c44e8636b19ae3ea38b6c (patch) | |
tree | 9084af803b8bf23de545e1a526593925de1d1348 /view | |
parent | 301c1861f39ef58cd80e362087c784b9e5142a41 (diff) | |
download | volse-hubzilla-a5bf32a97d3685ccd07c44e8636b19ae3ea38b6c.tar.gz volse-hubzilla-a5bf32a97d3685ccd07c44e8636b19ae3ea38b6c.tar.bz2 volse-hubzilla-a5bf32a97d3685ccd07c44e8636b19ae3ea38b6c.zip |
Fix es-es/hstrings.php
(cherry picked from commit a9b75d059b2a54f1b87657d95f9ac1124ed4287d)
Diffstat (limited to 'view')
-rw-r--r-- | view/es-es/hstrings.php | 2 |
1 files changed, 1 insertions, 1 deletions
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);"; |