Browse Source

[Fixed] Journal has recovered from its identity crisis

KevinSmarts 4 years ago
parent
commit
aa1e6e22c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/journal.qsrc

+ 2 - 2
locations/journal.qsrc

@@ -2,12 +2,12 @@
 
 if $ARGS[0] = 'records':
 	*clr & cla
-	act 'Put your notebook down': gt $menu_loc, $menu_arg
+	act 'Put your journal down': gt $menu_loc, $menu_arg
 	gs 'housing', 'rent'
 
 	$NoteBookLine = { $result = "<br><<$ARGS[0]>>" }
 
-	$tab_text = '<center><h1>Notebook</h1></center>'
+	$tab_text = '<center><h1>Journal</h1></center>'
 	if MagikDostup = 0:
 		$tab_text += '<center><h2>Spells to Cast</h2></center><br>'
 		$tab_text += func('spellBook','cast','$nonComSpells')