summaryrefslogtreecommitdiff
path: root/src/simulation/elements/FRME.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/FRME.cpp')
-rw-r--r--src/simulation/elements/FRME.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/FRME.cpp b/src/simulation/elements/FRME.cpp
index f5b6a09..c1d3a79 100644
--- a/src/simulation/elements/FRME.cpp
+++ b/src/simulation/elements/FRME.cpp
@@ -28,7 +28,7 @@ Element_FRME::Element_FRME()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 0;
- Description = "Frame, can be used with pistons to push many particles";
+ Description = "Frame, can be used with pistons to push many particles.";
State = ST_SOLID;
Properties = TYPE_SOLID|PROP_LIFE_DEC;