summaryrefslogtreecommitdiff
path: root/src/simulation/elements/GEL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/GEL.cpp')
-rw-r--r--src/simulation/elements/GEL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/GEL.cpp b/src/simulation/elements/GEL.cpp
index 5fd9a96..8ea7f0f 100644
--- a/src/simulation/elements/GEL.cpp
+++ b/src/simulation/elements/GEL.cpp
@@ -28,7 +28,7 @@ Element_GEL::Element_GEL()
Temperature = R_TEMP-2.0f +273.15f;
HeatConduct = 29;
- Description = "Gel. A liquid with variable viscosity and heat conductivity";
+ Description = "Gel. A liquid with variable viscosity and heat conductivity.";
State = ST_LIQUID;
Properties = TYPE_LIQUID|PROP_LIFE_DEC|PROP_NEUTPENETRATE;