From 39db37cfd38f3796fb5d50d18dbb53bb44d74fb0 Mon Sep 17 00:00:00 2001 From: The Dax Date: Fri, 30 Aug 2013 13:52:15 -0400 Subject: [PATCH] Add a comment. --- UI/NativeApp.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UI/NativeApp.cpp b/UI/NativeApp.cpp index 0fa4633a0c..2b9c36ee46 100644 --- a/UI/NativeApp.cpp +++ b/UI/NativeApp.cpp @@ -373,6 +373,9 @@ void NativeInit(int argc, const char *argv[], i18nrepo.LoadIni(g_Config.languageIni); I18NCategory *d = GetI18NCategory("DesktopUI"); + // Note to translators: do not translate this/add this to PPSSPP-lang's files. + // It's intended to be custom for every user. + // Only add it to your own personal copies of PPSSPP. g_Config.sFont = d->T("Font", "Trebuchet MS"); if (!boot_filename.empty() && stateToLoad != NULL)