diff options
Diffstat (limited to 'src/Java/miscutil/xmod/thermalfoundation/fluid')
-rw-r--r-- | src/Java/miscutil/xmod/thermalfoundation/fluid/TF_Fluids.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/miscutil/xmod/thermalfoundation/fluid/TF_Fluids.java b/src/Java/miscutil/xmod/thermalfoundation/fluid/TF_Fluids.java index 671eba0dea..1ab23f0c6b 100644 --- a/src/Java/miscutil/xmod/thermalfoundation/fluid/TF_Fluids.java +++ b/src/Java/miscutil/xmod/thermalfoundation/fluid/TF_Fluids.java @@ -29,7 +29,7 @@ public class TF_Fluids registerFluid(fluidPyrotheum, "pyrotheum"); } else { - Utils.LOG_INFO("Registering Blazing Pyrotheum as it an already existing Fluid."); + Utils.LOG_INFO("Registering Blazing Pyrotheum as it is an already existing Fluid."); fluidPyrotheum = pyrotheum; } if (cryotheum == null){ @@ -38,7 +38,7 @@ public class TF_Fluids registerFluid(fluidCryotheum, "cryotheum"); } else { - Utils.LOG_INFO("Registering Gelid Cryotheum as it an already existing Fluid."); + Utils.LOG_INFO("Registering Gelid Cryotheum as it is an already existing Fluid."); fluidCryotheum = cryotheum; } } |