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