diff options
author | Reid <reidyaro@gmail.com> | 2012-06-05 04:08:12 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-06-05 04:08:12 +0200 |
commit | 200367b5edf611539791d0e725cb4216cc487029 (patch) | |
tree | 603861857bc6e727894bf9f7b5bbe89cbafefaef /npc/000-2-0 | |
parent | db8c665e657edf5a8d03a48312031b965a07a79a (diff) | |
download | serverdata-200367b5edf611539791d0e725cb4216cc487029.tar.gz serverdata-200367b5edf611539791d0e725cb4216cc487029.tar.bz2 serverdata-200367b5edf611539791d0e725cb4216cc487029.tar.xz serverdata-200367b5edf611539791d0e725cb4216cc487029.zip |
Correct English mistakes on most script. (WildX)
Diffstat (limited to 'npc/000-2-0')
-rw-r--r-- | npc/000-2-0/julia.txt | 2 | ||||
-rw-r--r-- | npc/000-2-0/note.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index e2fbe8b9..c3ef57fe 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -97,7 +97,7 @@ l_First: next; mesn;
- mesq l("Oh, and it's not written there but don't give the password of your room to anybody, I'm the only one who has the other key and I won't ask for yours, so keep it secret and try not to use the same one in any other room in future.");
+ mesq l("Oh, and it's not written there but don't give the password of your room to anybody, I'm the only one who has the other key and I won't ask for yours, so keep it secret and try not to use the same one in any other room in the future.");
next;
mesq l("If you wish to read this page again, there is a copy up on the left wall.");
next;
diff --git a/npc/000-2-0/note.txt b/npc/000-2-0/note.txt index d996077a..6d5324c9 100644 --- a/npc/000-2-0/note.txt +++ b/npc/000-2-0/note.txt @@ -23,7 +23,7 @@ next;
mes col(l("Some other strings are added to this page."), 9);
next;
- mesq col(l("Don't give the password of your room to anybody! Keep it secret and try not to use the same one in any other room in future. - Julia"), 9);
+ mesq col(l("Don't give the password of your room to anybody! Keep it secret and try not to use the same one in any other room in the future. - Julia"), 9);
next;
mesq col(l("Does somebody know a good place to look in Esperia? - M. Arpan"), 9);
next;
|