diff options
author | Manuel Jiménez Friaza <mjfriaza@openmailbox.org> | 2016-08-25 12:20:53 +0200 |
---|---|---|
committer | Manuel Jiménez Friaza <mjfriaza@openmailbox.org> | 2016-08-25 12:20:53 +0200 |
commit | 0381102c27085544c4113bc039689a39861cf47d (patch) | |
tree | 5e91a850dbcfdff4970a216759a61fca601b0720 /view/es-es/hstrings.php | |
parent | e81dccb14ebc66bb7572c5fbf2da6f965285bec1 (diff) | |
download | volse-hubzilla-0381102c27085544c4113bc039689a39861cf47d.tar.gz volse-hubzilla-0381102c27085544c4113bc039689a39861cf47d.tar.bz2 volse-hubzilla-0381102c27085544c4113bc039689a39861cf47d.zip |
Fixed a string in the Spanish translation
Diffstat (limited to 'view/es-es/hstrings.php')
-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 f6555569f..e3340f04a 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -2163,7 +2163,7 @@ App::$strings["Select an alternate language"] = "Seleccionar un idioma alternati App::$strings["activity"] = "la actividad"; App::$strings["Design Tools"] = "Herramientas de diseño web"; App::$strings["Pages"] = "Páginas"; -App::$strings["Import website..."] = "Importando el sitio web..."; +App::$strings["Import website..."] = "Importar un sitio web..."; App::$strings["Select folder to import"] = "Seleccionar la carpeta que se va a importar"; App::$strings["Import from a zipped folder:"] = "Importar desde una carpeta comprimida: "; App::$strings["Import from cloud files:"] = "Importar desde los ficheros en la nube: "; |