summaryrefslogtreecommitdiff
path: root/src/simulation/tools/PGrv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/tools/PGrv.cpp')
-rw-r--r--src/simulation/tools/PGrv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/tools/PGrv.cpp b/src/simulation/tools/PGrv.cpp
index e2c9fb0..a763570 100644
--- a/src/simulation/tools/PGrv.cpp
+++ b/src/simulation/tools/PGrv.cpp
@@ -6,7 +6,7 @@ Tool_PGrv::Tool_PGrv()
Identifier = "DEFAULT_TOOL_PGRV";
Name = "PGRV";
Colour = PIXPACK(0xCCCCFF);
- Description = "Creates a short-lasting gravity well";
+ Description = "Creates a short-lasting gravity well.";
}
int Tool_PGrv::Perform(Simulation * sim, Particle * cpart, int x, int y, float strength)