From 8f01f594f941afcdf23d01a9b029095335e1c008 Mon Sep 17 00:00:00 2001 From: NightlyFox Date: Fri, 28 Sep 2018 18:40:13 -0500 Subject: [PATCH] added correct punctuation to the end of StrId_ThemeNotApplied languages --- common/language.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/language.c b/common/language.c index 93c07fb..c08cd50 100644 --- a/common/language.c +++ b/common/language.c @@ -330,11 +330,11 @@ const char* const g_strings[StrId_Max][16] = [StrId_ThemeNotApplied] = { - STR_EN("Theme cannot be applied because an error occurred"), - STR_ES("El temático no se puede aplicar porque se ha producido un error"), - STR_JP("エラーが発生したため、テーマを適用できませんでした"), + STR_EN("Theme cannot be applied because an error occurred."), + STR_ES("El temático no se puede aplicar porque se ha producido un error."), + STR_JP("エラーが発生したため、テーマを適用できませんでした。"), STR_KO("오류가 발생 했기 때문에 테마를 적용할 수 없습니다."), - STR_TW("由于发生错误, 无法应用主题"), + STR_TW("由于发生错误, 无法应用主题。"), }, /*[StrId_Reboot] =