summaryrefslogtreecommitdiff
path: root/npc/functions/inventoryplace.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2014-02-11 11:13:07 +0400
committerAlige <aligetmw@hotmail.fr>2014-02-11 11:36:04 +0400
commitb4de3f0dc752e4c526a57c7dd0be79ea23e55771 (patch)
tree27ca5b627664d8dbecc6813de0a11cf80d306308 /npc/functions/inventoryplace.txt
parent69459ff452df5fc971166e4fe53ab52254761fee (diff)
downloadserverdata-b4de3f0dc752e4c526a57c7dd0be79ea23e55771.tar.gz
serverdata-b4de3f0dc752e4c526a57c7dd0be79ea23e55771.tar.bz2
serverdata-b4de3f0dc752e4c526a57c7dd0be79ea23e55771.tar.xz
serverdata-b4de3f0dc752e4c526a57c7dd0be79ea23e55771.zip
English fixes done Qwerty Dragon.
Diffstat (limited to 'npc/functions/inventoryplace.txt')
-rw-r--r--npc/functions/inventoryplace.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/functions/inventoryplace.txt b/npc/functions/inventoryplace.txt
index c51cbf1f..b2bae19c 100644
--- a/npc/functions/inventoryplace.txt
+++ b/npc/functions/inventoryplace.txt
@@ -1,5 +1,6 @@
// Evol functions.
-// Author:
+// Authors:
+// Qwerty Dragon
// Reid
// Description:
// Check if the player have enough place on his inventory to accept new items with arguments:
@@ -24,7 +25,7 @@ L_Warn:
mesn "Narrator";
mes col(l("It looks like you can't carry anything else for now."), 9);
next;
- mes col(l("You should come back when you'll have some free space."), 9);
+ mes col(l("You should come back when you have some free space."), 9);
close;
}