From dc346c961b152f70c0d13828e8a8a69670669941 Mon Sep 17 00:00:00 2001 From: fig02 Date: Wed, 23 Apr 2025 03:26:40 -0400 Subject: [PATCH] edit comment --- include/translation.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/translation.h b/include/translation.h index b0beba667c..6583326701 100644 --- a/include/translation.h +++ b/include/translation.h @@ -2,14 +2,14 @@ #define TRANSLATION_H /** - * Note: This translation macro exists for quality of life purposes. - * This does not refect anything from the original game - * * The "T" macro holds translations in English for original debug strings written in Japanese. * The translated strings are only direct translations. Certain names or terms may not reflect * their in-game localized counterparts. * - * To use translated English strings in the build, change the definition below from to "en". + * To use translated English strings in the build, change the definition below to "en". + * + * Note: This translation macro exists for quality of life purposes. + * The original game would not have had a macro like this. */ #define T(jp, en) jp