Skip to content

Commit

Permalink
Update memstrings-es.c
Browse files Browse the repository at this point in the history
  • Loading branch information
arananet committed Jun 14, 2016
1 parent 73772e6 commit 0cd98cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memstrings-es.c
Expand Up @@ -20,7 +20,7 @@ const char S_SELECT_FILE[] PROGMEM = "Escoger fichero:";
const char S_SELECT_MODE[] PROGMEM = "Modo:";
const char S_MODE_PLAY[] PROGMEM = "Reproducir";
const char S_MODE_RECORD[] PROGMEM = "Grabar";
const char S_READY_RECORD[] PROGMEM = "Listo...";
const char S_READY_RECORD[] PROGMEM = "Preparado!...";
const char S_PRESS_START[] PROGMEM = "Pulsar START";

const char S_MODE_OPTIONS[] PROGMEM = "Opciones";
Expand Down

0 comments on commit 0cd98cb

Please sign in to comment.