Update &opening.txt

This commit is contained in:
Jáchym Toušek
2018-11-04 19:39:59 +01:00
committed by GitHub
parent 5b2424ce17
commit d161932ca0

View File

@@ -11,11 +11,11 @@ void OpeningQuestion()
char Item[2];
if (GetGlobalFlag(GLanguage) == 1) {
Item[0] = "Yes";
Item[1] = "No";
Item[0] = "Enable opening";
Item[1] = "Disable opening";
} else {
Item[0] = "はい";
Item[1] = "いいえ";
Item[0] = "動画再生を有効化";
Item[1] = "動画再生を無効化";
}
Select( 2, Item );