diff --git a/Assets/Cryville/Crtr/Browsing/UI/RulesetConfigBrowser.cs b/Assets/Cryville/Crtr/Browsing/UI/RulesetConfigBrowser.cs index 62b9dc7..49a0914 100644 --- a/Assets/Cryville/Crtr/Browsing/UI/RulesetConfigBrowser.cs +++ b/Assets/Cryville/Crtr/Browsing/UI/RulesetConfigBrowser.cs @@ -35,7 +35,7 @@ namespace Cryville.Crtr.Browsing.UI { Game.GameDataPath, "rulesets", rulesetName, ".umgr" )); if (!file.Exists) { - throw new FileNotFoundException("Ruleset for the chart not found\nMake sure you have imported the ruleset"); + throw new FileNotFoundException("Ruleset for the resource not found\nMake sure you have imported the ruleset"); } DirectoryInfo dir = file.Directory; using (StreamReader reader = new StreamReader(file.FullName, Encoding.UTF8)) {