diff options
| -rw-r--r-- | common/util.cpp | 2 | ||||
| -rw-r--r-- | tools/md5table.c | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/common/util.cpp b/common/util.cpp index d07a242f97..3891d68b28 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -116,7 +116,7 @@ const LanguageDescription g_languages[] = {  	{"de", "German", DE_DEU},  	{"fr", "French", FR_FRA},  	{"it", "Italian", IT_ITA}, -	{"pt", "Portuguese", PT_BRA}, +	{"br", "Portuguese", PT_BRA},  	{"es", "Spanish", ES_ESP},  	{"jp", "Japanese", JA_JPN},  	{"zh", "Chinese (Taiwan)", ZH_TWN}, diff --git a/tools/md5table.c b/tools/md5table.c index 202f6cdfbe..04e1f218e4 100644 --- a/tools/md5table.c +++ b/tools/md5table.c @@ -97,7 +97,7 @@ static const StringMap langMap[] = {  	{ "de",		"DE_DEU" },  	{ "fr",		"FR_FRA" },  	{ "it",		"IT_ITA" }, -	{ "pt",		"PT_BRA" }, +	{ "br",		"PT_BRA" },  	{ "es",		"ES_ESP" },  	{ "jp",		"JA_JPN" },  	{ "zh",		"ZH_TWN" }, | 
