summaryrefslogtreecommitdiff
path: root/src/simulation/elements/INSL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/INSL.cpp')
-rw-r--r--src/simulation/elements/INSL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/INSL.cpp b/src/simulation/elements/INSL.cpp
index 61ded31..c185352 100644
--- a/src/simulation/elements/INSL.cpp
+++ b/src/simulation/elements/INSL.cpp
@@ -28,7 +28,7 @@ Element_INSL::Element_INSL()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 0;
- Description = "Insulator, does not conduct heat or electricity.";
+ Description = "Insulator, does not conduct heat and blocks electricity.";
State = ST_SOLID;
Properties = TYPE_SOLID;