diff --git a/src/simulation/elements/PIPE.cpp b/src/simulation/elements/PIPE.cpp index daf354b17a..3e24c1b767 100644 --- a/src/simulation/elements/PIPE.cpp +++ b/src/simulation/elements/PIPE.cpp @@ -28,7 +28,7 @@ Element_PIPE::Element_PIPE() Temperature = 273.15f; HeatConduct = 0; - Description = "PIPE, moves particles around. Once the BRCK generates, erase some for the exit. Then the PIPE generates and is useable."; + Description = "PIPE, moves particles around. Once the BRCK generates, erase some for the exit. Then the PIPE generates and is usable."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC;