summaryrefslogtreecommitdiff
path: root/npc/functions/savepoint.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-04-15 03:47:00 +0200
committerReid <reidyaro@gmail.com>2012-04-15 03:47:00 +0200
commitceac66a2f6dea5e68a7d1a750e86d75a50a7d6a5 (patch)
tree4475b327c3450b4f14a77da08d32865dbe1419a3 /npc/functions/savepoint.txt
parentc89d94d952c5ff871e44658a42e1bf9cca7dfaa6 (diff)
downloadserverdata-ceac66a2f6dea5e68a7d1a750e86d75a50a7d6a5.tar.gz
serverdata-ceac66a2f6dea5e68a7d1a750e86d75a50a7d6a5.tar.bz2
serverdata-ceac66a2f6dea5e68a7d1a750e86d75a50a7d6a5.tar.xz
serverdata-ceac66a2f6dea5e68a7d1a750e86d75a50a7d6a5.zip
Correct english typo. (Pihro)
Diffstat (limited to 'npc/functions/savepoint.txt')
-rw-r--r--npc/functions/savepoint.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt
index ed3e0379..72c08910 100644
--- a/npc/functions/savepoint.txt
+++ b/npc/functions/savepoint.txt
@@ -17,7 +17,7 @@ function script SavePoint {
mes " ";
mesn "Narrator";
- mes col(l("You close your eyes some seconds..."), 9);
+ mes col(l("You close your eyes a few seconds..."), 9);
next;
mes col(l("..."), 9);
next;
@@ -25,7 +25,7 @@ function script SavePoint {
next;
mes col(l("..."), 9);
next;
- mes col(l("Your position get saved."), 9);
+ mes col(l("Your position is saved."), 9);
next;
savepoint @map$, @x, @y;