Browse Source

[fixed] missing '

julzor 5 years ago
parent
commit
fdd657c132
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/spellBook.qsrc

+ 1 - 1
locations/spellBook.qsrc

@@ -61,7 +61,7 @@ $SpellListStr = $SpellListStr + "
 </center>"
 
 if numSpellsKnown = 0:
-	"You don't know any spells of this type."
+	"You don''t know any spells of this type."
 else
 	*pl func('cleanHTML',$SpellListStr)
 end