summaryrefslogtreecommitdiff
path: root/src/simulation/elements/GLOW.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/GLOW.cpp')
-rw-r--r--src/simulation/elements/GLOW.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/GLOW.cpp b/src/simulation/elements/GLOW.cpp
index d8c07ba..b466069 100644
--- a/src/simulation/elements/GLOW.cpp
+++ b/src/simulation/elements/GLOW.cpp
@@ -28,7 +28,7 @@ Element_GLOW::Element_GLOW()
Temperature = R_TEMP+20.0f+273.15f;
HeatConduct = 44;
- Description = "Glow, Glows under pressure";
+ Description = "Glow, Glows under pressure.";
State = ST_LIQUID;
Properties = TYPE_LIQUID|PROP_LIFE_DEC;