diff options
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/es.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/es.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index 40d1a8ffb24..98d9d422365 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -1,7 +1,7 @@ OC.L10N.register( "comments", { - "Type in a new comment..." : "Ingrese un nuevo comentario...", + "Type in a new comment..." : "Escribe un nuevo comentario...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", "Cancel" : "Cancelar", diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json index 60971bce4d5..636342911c2 100644 --- a/apps/comments/l10n/es.json +++ b/apps/comments/l10n/es.json @@ -1,5 +1,5 @@ { "translations": { - "Type in a new comment..." : "Ingrese un nuevo comentario...", + "Type in a new comment..." : "Escribe un nuevo comentario...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", "Cancel" : "Cancelar", |