diff options
Diffstat (limited to '')
-rw-r--r-- | language/es_ES/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index c8f192ae1..695a3d4f9 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -45,8 +45,8 @@ $lang['%d new comment'] = '%d Nuevo comentario usuario'; $lang['%d new comments'] = '%d nuevos comentarios del usuario'; $lang['%d comment'] = '%d Comentario'; $lang['%d comments'] = '%d Comentarios'; -$lang['%d hit'] = '%d imágenes'; -$lang['%d hits'] = '%d vez'; +$lang['%d hit'] = '%d visita'; +$lang['%d hits'] = '%d visitas'; $lang['%d new photo'] = '%d nueva fotos'; $lang['%d new photos'] = '%d nuevas fotos'; $lang['%d new user'] = '%d nuevo usuario'; |