Merge pull request #744 from apartfromtime/master

Consistent naming
This commit is contained in:
Yamagi 2021-09-27 10:41:12 +02:00 committed by GitHub
commit 9132c558d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1482,7 +1482,7 @@ Options_MenuInit(void)
s_options_oggshuffle_box.generic.type = MTYPE_SPINCONTROL;
s_options_oggshuffle_box.generic.x = 0;
s_options_oggshuffle_box.generic.y = 30;
s_options_oggshuffle_box.generic.name = "Shuffle";
s_options_oggshuffle_box.generic.name = "OGG shuffle";
s_options_oggshuffle_box.generic.callback = OGGShuffleFunc;
s_options_oggshuffle_box.itemnames = ogg_shuffle;