From 4e2fc3c79a591138fc6bf28aae556848f975f93e Mon Sep 17 00:00:00 2001 From: Caeden Statia Date: Tue, 25 Feb 2020 18:54:28 -0800 Subject: [PATCH] typo fix --- ModAssistant/Classes/Themes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModAssistant/Classes/Themes.cs b/ModAssistant/Classes/Themes.cs index 2918be0..3a0d60a 100644 --- a/ModAssistant/Classes/Themes.cs +++ b/ModAssistant/Classes/Themes.cs @@ -55,7 +55,7 @@ namespace ModAssistant /* * Load any Waifus that come with these built-in themes, too. * The format must be: Background.png and Sidebar.png as a subfolder with the same name as the theme name. - * For example: "Themes/Dark/Background.png", or "Themes/Ugly Kulu-Ya-Lu/Sidebar.png" + * For example: "Themes/Dark/Background.png", or "Themes/Ugly Kulu-Ya-Ku/Sidebar.png" */ Waifus waifus = new Waifus(); waifus.Background = GetImageFromEmbeddedResources(localTheme, "Background");