mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Update AbsUI titles and subtitles
This commit is contained in:
@@ -36,7 +36,8 @@ namespace ZuneModCore.Mods
|
||||
new AbstractTextBox("folderBox", Environment.GetFolderPath(Environment.SpecialFolder.MyMusic)),
|
||||
new AbstractBoolean("recursiveBox", "Search recursively")
|
||||
};
|
||||
optionsUi.Title = "Select music folder:";
|
||||
optionsUi.Title = "select music";
|
||||
optionsUi.Subtitle = "CHOOSE YOUR MUSIC FOLDER.";
|
||||
return optionsUi;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user