diff --git a/Assemblies/RimNauts2.dll b/Assemblies/RimNauts2.dll index 8156694..1ea4f89 100644 Binary files a/Assemblies/RimNauts2.dll and b/Assemblies/RimNauts2.dll differ diff --git a/Changelog.md b/Changelog.md index ffe240f..eac8e29 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,2 @@ # Changelog -- Add VFE patch to allow fishing zones on ocean moon -- Rename 'Satellite' to 'Relay Satellite' for a future update. -- Meteor events can no longer trigger in space -- Add compatibility with the latest SOS2 EVA system +- Fixed translation formatting issue. Thanks to Proxyer for reporting this bug. diff --git a/Languages/English/Keyed/Other.xml b/Languages/English/Keyed/Other.xml index fcf33f2..a84c2fd 100644 --- a/Languages/English/Keyed/Other.xml +++ b/Languages/English/Keyed/Other.xml @@ -42,7 +42,7 @@ Initiate the landing sequence for your pawns on the asteroid. Land on Moon Command your pawns to land on the moon's surface. - {} fuel required, currently at {} + {0} fuel required, currently at {1} Failed to launch module into orbit. Successfully launched module into orbit. Launch {0} diff --git a/Source/RimNauts2/RimNauts2/Constants.cs b/Source/RimNauts2/RimNauts2/Constants.cs index ad23b4f..00679f6 100644 --- a/Source/RimNauts2/RimNauts2/Constants.cs +++ b/Source/RimNauts2/RimNauts2/Constants.cs @@ -1,7 +1,7 @@ namespace RimNauts2 { public static class Info { public static readonly string name = "RimNauts 2"; - public static readonly string version = "5.1.1"; + public static readonly string version = "5.1.2"; } public static class Style {