mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
Fixed grammar in drop command
This commit is contained in:
parent
9ba8b6ad56
commit
38d5cdefa2
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ class CmdDrop(MuxCommand):
|
|||
# now we send it into the error handler (this will output consistent
|
||||
# error messages if there are problems).
|
||||
obj = AT_SEARCH_RESULT(caller, self.args, results, False,
|
||||
nofound_string="You don't carry %s." % self.args,
|
||||
nofound_string="You aren't carrying %s." % self.args,
|
||||
multimatch_string="You carry more than one %s:" % self.args)
|
||||
if not obj:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue