Changed context help organization to enable use of central, multilanguage wiki.
[fa-stable.git] / gl / gl_journal.php
index 9cfc933295e1bc2b2d7f83da92d8e9589e6f9bf8..bd7595f76365dcc22e85f8877b411d6e9c53c627 100644 (file)
@@ -31,9 +31,9 @@ if ($use_date_picker)
 if (isset($_GET['ModifyGL'])) {
        $_SESSION['page_title'] = sprintf(_("Modifying Journal Transaction # %d."), 
                $_GET['trans_no']);
-       $help_page_title =_("Modifying Journal Transaction");
+       $help_context = "Modifying Journal Transaction";
 } else
-       $_SESSION['page_title'] = _("Journal Entry");
+       $_SESSION['page_title'] = _($help_context = "Journal Entry");
 
 page($_SESSION['page_title'], false, false,'', $js);
 //--------------------------------------------------------------------------------------------------