Added STR_ES text for StrId_LastLoadResult and StrId_MsgBox_OK, from github-comments.
This commit is contained in:
parent
9aaac6f01e
commit
a20cdb5781
@ -214,6 +214,7 @@ const char* const g_strings[StrId_Max][16] =
|
||||
[StrId_LastLoadResult] =
|
||||
{
|
||||
STR_EN("The last application returned an error:"),
|
||||
STR_ES("La última aplicación devolvió un error:"),
|
||||
},
|
||||
|
||||
[StrId_AppInfo_Author] =
|
||||
@ -289,6 +290,7 @@ const char* const g_strings[StrId_Max][16] =
|
||||
[StrId_MsgBox_OK] =
|
||||
{
|
||||
STR_EN("OK"),
|
||||
STR_ES("Aceptar"),
|
||||
},
|
||||
|
||||
/*[StrId_Reboot] =
|
||||
|
Loading…
Reference in New Issue
Block a user