Continued rewrite for paged query results.
[fa-stable.git] / inventory / adjustments.php
index 7eac496c1d26bc54960a8d90056bb7417f47b723..45bf4e92d5f5d47d47daeffce3f5b5c01d9b2ff2 100644 (file)
@@ -32,11 +32,11 @@ if (isset($_GET['AddedID']))
        $trans_type = systypes::inventory_adjustment();
 
        display_notification_centered(_("Items adjustment has been processed"));
-       display_note(get_trans_view_str($trans_type, $trans_no, _("View this adjustment")));
+       display_note(get_trans_view_str($trans_type, $trans_no, _("&View this adjustment")));
 
-       display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL Postings for this Adjustment")), 1, 0);
+       display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL &Postings for this Adjustment")), 1, 0);
 
-       hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter Another Adjustment"));
+       hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter &Another Adjustment"));
 
        display_footer_exit();
 }