diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-24 20:49:05 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-24 20:49:05 +0400 |
commit | 3b74686761589c9aa9b40b9f757755d4d2805f64 (patch) | |
tree | 960f16471b2530e0eb251d0b24d951f117391ba2 /npc | |
parent | dba7f142d1ac29b4922beb45af5f6c5f26c1f820 (diff) | |
download | clientdata-3b74686761589c9aa9b40b9f757755d4d2805f64.tar.gz clientdata-3b74686761589c9aa9b40b9f757755d4d2805f64.tar.bz2 clientdata-3b74686761589c9aa9b40b9f757755d4d2805f64.tar.xz clientdata-3b74686761589c9aa9b40b9f757755d4d2805f64.zip |
Small language fix in silvio.txt.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/silvio.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index f12d2077..24750d1f 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -64,13 +64,13 @@ menu l("You told me that you 'were' important."), l_VeryImportantNoob, - l("You mentioned the quality of your wine"), -; + l("You mentioned the quality of your wine."), -; mes ""; mesn; - mesq l("Oh really? How could I forget a topic as important as that?"); + mesq l("Oh really? How could I forget something as important as that?!"); next; - mesq l("I think that my wine is very good quality! I'm on my second bottle and I already... What were we talking about again?"); + mesq l("I think that my wine has a great quality! I'm on my second bottle and I already... What were we talking about again?"); close; |