Skip to content

Commit 5249e8f

Browse files
Update Resources.cs
1 parent 7fab29d commit 5249e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/Reloaded.Mod.Launcher.Lib/Static/Resources.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public static void Init(IDictionaryResourceProvider provider)
226226
public static IDictionaryResource<string> InstallingModWait { get; set; }
227227
public static IDictionaryResource<string> ExtractingLocalModArchive { get; set; }
228228

229-
// Update 1.XX.XX: Add warning during installation of mods with no apps in their supported apps list or when no compatible app is installed (UPDATE LAUNCHER VER BEFORE RELEASE).
229+
// Update 1.XX.XX: Add warning during installation of mods with no apps in their supported apps list or when no compatible app is installed (UPDATE LAUNCHER VER BEFORE RELEASE)
230230
public static IDictionaryResource<string> NoAppsInConfigTitle { get; set; }
231231
public static IDictionaryResource<string> NoAppsInConfigDescription { get; set; }
232232
public static IDictionaryResource<string> NoCompatibleAppsInConfigTitle { get; set; }

0 commit comments

Comments
 (0)