From b05e6c2286364355a48adc30dfd0f9ccce79de21 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Sat, 10 Jan 2015 10:49:28 -0300 Subject: [PATCH] Fix typo in spanish translation --- framework/messages/es/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/messages/es/yii.php b/framework/messages/es/yii.php index 01699bbd66..ceac8380b9 100644 --- a/framework/messages/es/yii.php +++ b/framework/messages/es/yii.php @@ -34,7 +34,7 @@ return [ 'No results found.' => 'No se encontraron resultados.', 'Only files with these MIME types are allowed: {mimeTypes}.' => 'Sólo se aceptan archivos con los siguientes tipos MIME: {mimeTypes}.', 'Only files with these extensions are allowed: {extensions}.' => 'Sólo se aceptan archivos con las siguientes extensiones: {extensions}', - 'Page not found.' => 'Página no entontrada.', + 'Page not found.' => 'Página no encontrada.', 'Please fix the following errors:' => 'Por favor corrija los siguientes errores:', 'Please upload a file.' => 'Por favor suba un archivo.', 'Showing {begin, number}-{end, number} of {totalCount, number} {totalCount, plural, one{item} other{items}}.' => 'Mostrando {begin, number}-{end, number} de {totalCount, number} {totalCount, plural, one{elemento} other{elementos}}.',