mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Correct errant find/replace from last commit
This commit is contained in:
parent
33000a55f6
commit
7f06bb4b73
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ class CmdDecline(CmdTradeBase):
|
|||
self.msg_other(caller, self.str_other
|
||||
% "%s changes their mind, |Rdeclining|n the current offer." % caller.key)
|
||||
else:
|
||||
# no accept_ance to change
|
||||
# no acceptance to change
|
||||
caller.msg(self.str_caller % "You |Rdecline|n the current offer.")
|
||||
self.msg_other(caller, self.str_other % "%s declines the current offer." % caller.key)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue