Skip to content

Commit

Permalink
fuzzy: tweaked patch tool tip
Browse files Browse the repository at this point in the history
  • Loading branch information
stojy committed Sep 9, 2023
1 parent ded6d33 commit 7b066fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClrVpin/Models/Settings/StaticSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static StaticSettings()
new() {Enum = MiscFeatureOptionEnum.FullSingleScreenOnly, Tip = "Table files that only support full single screen, e.g. backglass, dmd, and table rendered on a single monitor"},
new() {Enum = MiscFeatureOptionEnum.MusicOrSoundMod, Tip = "Table files that are music and/or sound modifications"},
new() {Enum = MiscFeatureOptionEnum.BlackAndWhiteMod, Tip = "Table files that are black & white modifications"},
new() {Enum = MiscFeatureOptionEnum.Patch, Tip = "Table files that are delta patches requiring a merge from the original table"},
new() {Enum = MiscFeatureOptionEnum.Patch, Tip = "Table files that are patches that require the original table file to be manually merged with the patch"},
};

// all possible file merge options - to be used elsewhere (feeder)
Expand Down

0 comments on commit 7b066fc

Please sign in to comment.