Changed Journal # to GL # in GL Trans View.
[fa-stable.git] / gl / view / gl_trans_view.php
index 36f3d547a61dd68ccd663d3b5baec1c995e1187e..75ee82a3f66ff498a482c16103f08958a7652b1a 100644 (file)
@@ -36,7 +36,7 @@ function display_gl_heading($myrow)
 
     start_table(TABLESTYLE, "width='95%'");
     $th = array(_("General Ledger Transaction Details"), _("Reference"),
-       _("Transaction Date"), _("Journal #"));
+       _("Transaction Date"), _("GL #"));
 
        if ($_GET['type_id'] == ST_JOURNAL)
                array_insert($th, 3, array(_("Document Date"), _("Event Date")));