'es_ES' translation typos

This commit is contained in:
flyingbot91 2019-12-18 23:26:14 +01:00
parent 892830add4
commit b2fbf6b009

View file

@ -122,7 +122,7 @@ exports.dialog = {
type: 'ModalAlert', type: 'ModalAlert',
options: { options: {
markdowns: [ markdowns: [
'## ¡Compartí!', '## ¡Comparte!',
'', '',
'Comparte tus árboles con tus amigos usando `export tree` e `import tree`', 'Comparte tus árboles con tus amigos usando `export tree` e `import tree`',
'', '',
@ -130,7 +130,7 @@ exports.dialog = {
'', '',
'Para ver todos los comandos disponibles, escribe `show commands`. Hay algunas joyitas como `undo` y `reset`', 'Para ver todos los comandos disponibles, escribe `show commands`. Hay algunas joyitas como `undo` y `reset`',
'', '',
'Por ahora, arranquemos con los `levels`...' 'Por ahora, empecemos con los `levels`...'
] ]
} }
}], }],