Skip to content

Commit 2a5d8da

Browse files
committed
Update version placeholders to 1.30.0 for new resource properties
1 parent 115715c commit 2a5d8da

2 files changed

Lines changed: 2 additions & 2 deletions

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.30.0: Add warning during installation of mods with no apps in their supported apps list or when no compatible app is installed
230230
public static IDictionaryResource<string> NoAppsInConfigTitle { get; set; }
231231
public static IDictionaryResource<string> NoAppsInConfigDescription { get; set; }
232232
public static IDictionaryResource<string> NoCompatibleAppsInConfigTitle { get; set; }

source/Reloaded.Mod.Launcher/Assets/Languages/en-GB.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ For more info, refer to the tutorial. Don't forget to set correct Publish target
747747
<!-- Update 1.30.1: Missing Dependencies using same code as Installer -->
748748
<sys:String x:Key="MissingDependenciesText3">Please download the requirements above by using the button below. You may need administrator permissions.</sys:String>
749749

750-
<!-- Update 1.XX.X: Uhh no strings for Yes and No? -->
750+
<!-- Update 1.30.0: Uhh no strings for Yes and No? -->
751751
<sys:String x:Key="Yes">Yes</sys:String>
752752
<sys:String x:Key="No">No</sys:String>
753753

0 commit comments

Comments
 (0)