Some minor language fixes.

This commit is contained in:
Griatch 2017-03-01 08:08:19 +01:00
parent 23a053c213
commit b73a0f8f8c
2 changed files with 6 additions and 6 deletions

View file

@ -118,7 +118,7 @@ class TestGeneral(CommandTest):
self.call(general.CmdSay(), "Testing", "You say, \"Testing\"")
def test_whisper(self):
self.call(general.CmdWhisper(), "Obj = Testing", "You whisper Obj, \"Testing\"")
self.call(general.CmdWhisper(), "Obj = Testing", "You whisper to Obj, \"Testing\"")
def test_access(self):
self.call(general.CmdAccess(), "", "Permission Hierarchy (climbing):")