X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_journal.php;h=65d61c453c8b933a1e05a49ba59323ff2a84a332;hb=50c800e82b6cca17cd88717cf0bc0a187dc4e171;hp=fc07ffd76fa9018f29daadb2480291f5c92d4d34;hpb=0414e70dba24e2186c3ed3ffbcee3c6cd296742c;p=fa-stable.git diff --git a/gl/gl_journal.php b/gl/gl_journal.php index fc07ffd7..65d61c45 100644 --- a/gl/gl_journal.php +++ b/gl/gl_journal.php @@ -37,9 +37,9 @@ if (isset($_GET['AddedID'])) display_notification_centered( _("Journal entry has been entered") . " #$trans_no"); - display_note(get_gl_view_str($trans_type, $trans_no, _("View this Journal Entry"))); + display_note(get_gl_view_str($trans_type, $trans_no, _("&View this Journal Entry"))); - hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter Another Journal Entry")); + hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter &Another Journal Entry")); display_footer_exit(); }