Update language.c

This commit is contained in:
AntonioDePau 2018-03-02 13:35:53 +00:00 committed by yellows8
parent 59d3d1f799
commit 4f71366a88

View File

@ -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"),