diff --git a/src/simulation/elements/RFRG.cpp b/src/simulation/elements/RFRG.cpp
index 7bf792b45..44212c3ad 100644
--- a/src/simulation/elements/RFRG.cpp
+++ b/src/simulation/elements/RFRG.cpp
@@ -28,7 +28,7 @@ Element_RFRG::Element_RFRG()
 
 	Temperature = R_TEMP + 273.15f;
 	HeatConduct = 3;
-	Description = "Refrigerant. Heats up and liquifies under pressure.";
+	Description = "Refrigerant. Heats up and liquefies under pressure.";
 
 	Properties = TYPE_GAS|PROP_DEADLY;