Skip to content

Commit

Permalink
Little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
naipotato committed Sep 29, 2019
1 parent ae236dc commit cc3e651
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/lang.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@ const char *en_nor_op[3] = {


// Spanish
const char es_init_error[] = "Error al iniciar microSD";
const char es_power_off[] = "Apaga la consola";
const char es_init_ok[] = "microSD iniciada";
const char es_Loading[] = "Cargando...";
const char es_file_overflow = "Archivo muy grande";
const char es_init_error[] = "Error al iniciar microSD";
const char es_power_off[] = "Apaga la consola";
const char es_init_ok[] = "microSD iniciada";
const char es_Loading[] = "Cargando...";
const char es_file_overflow[] = "Archivo muy grande";

const char es_menu_btn[] = "[B]ATRAS [A]OK";
const char es_writing[] = "ESCRIBIENDO...";
Expand Down
2 changes: 1 addition & 1 deletion src/setwindow.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ u32 Setting_window(void)
}
else if (gl_select_lang == 0xE2E2)
{
language_sel = 1
language_sel = 1;
}
else
{
Expand Down

0 comments on commit cc3e651

Please sign in to comment.