summaryrefslogtreecommitdiff
path: root/src/simulation/elements/HSWC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/HSWC.cpp')
-rw-r--r--src/simulation/elements/HSWC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/HSWC.cpp b/src/simulation/elements/HSWC.cpp
index 499ce50..ab7fcb3 100644
--- a/src/simulation/elements/HSWC.cpp
+++ b/src/simulation/elements/HSWC.cpp
@@ -28,7 +28,7 @@ Element_HSWC::Element_HSWC()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 251;
- Description = "Heat switch. Conducts Heat only when activated";
+ Description = "Heat switch. Conducts heat only when activated.";
State = ST_NONE;
Properties = TYPE_SOLID;