Added hotkeys to final menu options.
[fa-stable.git] / gl / gl_journal.php
index fc07ffd76fa9018f29daadb2480291f5c92d4d34..65d61c453c8b933a1e05a49ba59323ff2a84a332 100644 (file)
@@ -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();
 }