From 7b066fc286073de31f33b132567938876154e45b Mon Sep 17 00:00:00 2001 From: stoj Date: Sat, 9 Sep 2023 13:01:33 +0800 Subject: [PATCH] fuzzy: tweaked patch tool tip --- ClrVpin/Models/Settings/StaticSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClrVpin/Models/Settings/StaticSettings.cs b/ClrVpin/Models/Settings/StaticSettings.cs index 5deaab1..079d54c 100644 --- a/ClrVpin/Models/Settings/StaticSettings.cs +++ b/ClrVpin/Models/Settings/StaticSettings.cs @@ -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)