Correct errant find/replace from last commit

This commit is contained in:
BlauFeuer 2017-02-18 19:30:57 -05:00 committed by Griatch
parent 33000a55f6
commit 7f06bb4b73

View file

@ -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)