From 58d81cbc5f329d902659868dda2d107b9c3153c7 Mon Sep 17 00:00:00 2001 From: Ari Sundholm Date: Thu, 26 Nov 2020 00:51:42 +0200 Subject: [PATCH] menu.c: Translate name of Settings opt menu to Japanese. --- software/sys_controller/ossc/menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/sys_controller/ossc/menu.c b/software/sys_controller/ossc/menu.c index d6fcbcc..250be4b 100644 --- a/software/sys_controller/ossc/menu.c +++ b/software/sys_controller/ossc/menu.c @@ -246,9 +246,9 @@ MENU(menu_main, P99_PROTECT({ \ { LNG("Output opt. >","シュツリョクオプション >"), OPT_SUBMENU, { .sub = { &menu_output, NULL, NULL } } }, { LNG("Scanline opt. >","スキャンラインオプション >"), OPT_SUBMENU, { .sub = { &menu_scanlines, NULL, NULL } } }, { LNG("Post-proc. >","アトショリ >"), OPT_SUBMENU, { .sub = { &menu_postproc, NULL, NULL } } }, - { LNG("Compatibility >","ゴカンセイ >"), OPT_SUBMENU, { .sub = { &menu_compatibility, NULL, NULL } } }, + { LNG("Compatibility >","ゴカンセイ >"), OPT_SUBMENU, { .sub = { &menu_compatibility, NULL, NULL } } }, AUDIO_MENU - { "Settings opt >", OPT_SUBMENU, { .sub = { &menu_settings, NULL, NULL } } }, + { LNG("Settings opt >","セッテイカンリ >"), OPT_SUBMENU, { .sub = { &menu_settings, NULL, NULL } } }, })) // Max 3 levels currently