diff options
| author | Juan Biondi <juanernestobiondi@gmail.com> | 2018-11-30 16:17:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-30 16:17:56 +0100 |
| commit | e7fda9c4bee921411c62b7b01c505cdb96b5e28d (patch) | |
| tree | fd6ec2eb6eb58540800432204979642858b3f8c9 | |
| parent | e26fcd15db92710de0e1286436d755c4b5e72a20 (diff) | |
Fix error on line 1901
| -rw-r--r-- | locale/es.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/es.po b/locale/es.po index 4dbdfdba1..fe21837a1 100644 --- a/locale/es.po +++ b/locale/es.po @@ -1897,8 +1897,8 @@ msgid "" "Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/" "mpy-update for more info." msgstr "" -"Archivo .mpy incompatible. Actualice todos los archivos .mpy." -"Consulte http://adafru.it/mpy-update para más información". +"Archivo .mpy incompatible. Actualice todos los archivos .mpy. " +"Consulte http://adafru.it/mpy-update para más información" #: py/persistentcode.c:326 msgid "can only save bytecode" |
