Skip to content

Commit

Permalink
Update &opening.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Nov 4, 2018
1 parent e2a91f8 commit c2a7fbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Update/&opening.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit c2a7fbc

Please sign in to comment.