diff options
| author | Juan Biondi <juanernestobiondi@gmail.com> | 2018-11-30 16:12:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-30 16:12:47 +0100 |
| commit | e26fcd15db92710de0e1286436d755c4b5e72a20 (patch) | |
| tree | 5be74622106bc6b1cc9b2177958355795db4af5a | |
| parent | 99c1f4f375093ea7fd25e9b4cb4ab9fcd3acd0d6 (diff) | |
Fix error on line 1900
| -rw-r--r-- | locale/es.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/es.po b/locale/es.po index 8970ab115..4dbdfdba1 100644 --- a/locale/es.po +++ b/locale/es.po @@ -1897,7 +1897,7 @@ 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. " +"Archivo .mpy incompatible. Actualice todos los archivos .mpy." "Consulte http://adafru.it/mpy-update para más información". #: py/persistentcode.c:326 |
