From a20cdb5781c651210bfa0bf03b99da96223dd990 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 11 Mar 2018 19:58:41 -0400 Subject: [PATCH] Added STR_ES text for StrId_LastLoadResult and StrId_MsgBox_OK, from github-comments. --- common/language.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/language.c b/common/language.c index d602de7..7bd0490 100644 --- a/common/language.c +++ b/common/language.c @@ -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] =