Merged changes up to 2.3.16 into unstable
[fa-stable.git] / gl / gl_bank.php
index 8c8860d0c47dbf405d7521eb43b8b2033d029571..3cf2c8d2d275c21f93a90dca4fc842420b9befe5 100644 (file)
@@ -91,7 +91,7 @@ if (isset($_GET['UpdatedID']))
        $trans_no = $_GET['UpdatedID'];
        $trans_type = ST_BANKPAYMENT;
 
-       display_notification_centered(_("Payment $trans_no has been modified"));
+       display_notification_centered(sprintf(_("Payment %d has been modified"), $trans_no));
 
        display_note(get_gl_view_str($trans_type, $trans_no, _("&View the GL Postings for this Payment")));