Rewrite to use db_pager.
[fa-stable.git] / gl / bank_transfer.php
index 78089f5a4db6f59b56a0d5a128042c4bf1ff48c8..6699a1a5cbfac3da12cb10dd7a88903f57456686 100644 (file)
@@ -30,9 +30,9 @@ if (isset($_GET['AddedID']))
 
        display_notification_centered( _("Transfer has been entered"));
 
-       display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL Journal Entries for this Transfer")));
+       display_note(get_gl_view_str($trans_type, $trans_no, _("&View the GL Journal Entries for this Transfer")));
 
-       hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter Another Transfer"));
+       hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter &Another Transfer"));
 
        safeExit();
 }