From 4f71366a88aab59945e3aa33af7f47f49b94c0b2 Mon Sep 17 00:00:00 2001 From: AntonioDePau Date: Fri, 2 Mar 2018 13:35:53 +0000 Subject: [PATCH] Update language.c --- common/language.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/language.c b/common/language.c index 8a22ee6..8488ec9 100644 --- a/common/language.c +++ b/common/language.c @@ -270,9 +270,9 @@ const char* const g_strings[StrId_Max][16] = [StrId_Actions_Open] = { STR_EN("Open"), - STR_ES("Abierto"), + STR_ES("Abrir"), STR_DE("Öffnen"), - STR_FR("Ouvrir"), //if "Open" is used as an adjective here (just like Spanish), and not a verb, consider changing "Ouvrir" to "Ouvert", because "Ouvrir" is the verb "To open" + STR_FR("Ouvrir"), STR_IT("Aperto"), STR_JP("開いた"), STR_PT("Aberto"),