Update language.c

This commit is contained in:
Dachuu 2018-10-16 18:04:31 +02:00 committed by GitHub
parent 01430abddb
commit faa27ef189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -334,7 +334,7 @@ const char* const g_strings[StrId_Max][16] =
[StrId_ThemeNotApplied] =
{
STR_EN("Theme cannot be applied because an error occurred."),
STR_FR("Le thème ne peut pas être appliqué car une erreur est survenue"),
STR_FR("Le thème ne peut pas être appliqué car une erreur est survenue."),
STR_ES("El tema no se pudo aplicar porque se ha producido un error."),
STR_JP("エラーが発生したため、テーマを適用できませんでした。"),
STR_KO("오류가 발생 했기 때문에 테마를 적용할 수 없습니다."),